Skip to main content

All Questions

Tagged with
479 questions with no upvoted or accepted answers
-1 votes
1 answer
689 views

JQuery datepicker default date and multiple datepickers

Im using this datepicker https://jqueryui.com/datepicker/ I have 2 date fields in the same html form. I need the first field to load today as default date. Second one as todays date -7 (1 week ago.) ...
Tammi Santiago's user avatar
-1 votes
3 answers
68 views

datepicker disable futures dates

I would like to disable future dates (starting with the day after tomorrow) using datapicker, but it's not working. I tried 3 solutions: maxDate: 0 and maxDate: '0' and maxDate: new Date(); ...
Marooweb's user avatar
  • 466
-1 votes
1 answer
56 views

how to develop a depedent datepickers in jquery with month & years using jquery

i already have a one JSFiddle but it not working as expected, If the user directly selects the end-date it is not restricting the start-date in this fiddle. It must change the once the user directly ...
Srikanth's user avatar
-1 votes
2 answers
66 views

How do i Implement JqueryUI Datepicker

How do i Implement a DateTime Picker from the library of JqueryUI Datepicker. So far i have folowed these steps http://blog.falafel.com/three-steps-use-jquery-ui-asp-net-mvc-5/ Where i have done ...
Eldin's user avatar
  • 1
-1 votes
1 answer
282 views

datePicker onSelect function not retrieving classes added before from it-self

here is my code onSelect: function (dateText, inst) { inst.inline = false; $(".ui-datepicker-current-day").addClass("markupDate"); } when i inspect html code,class "markupDate" was ...
DocMoo's user avatar
  • 57
-1 votes
1 answer
141 views

jquery ui datepicker error

This is the error message I get when try to implement the datepicker: Unhandled exception at line 133, column 9 - JavaScript runtime error: Object doesn't support property or method 'datepicker' ...
Theo's user avatar
  • 337
-1 votes
1 answer
2k views

Quarter option in datepicker

How to add a dropdown for quarter in datepicker. I have tried some solutions but there is no setting to add quarters. I have only seen options for days, months and year. Anyone help please
Singh's user avatar
  • 554
-1 votes
1 answer
2k views

disable days from datepicker

Is there a way to disable days from jquery UI datepicker? I tried to use dateformat mm/yy to limit days, but my boss is still concerned that user still assume they need to choose a day $("#date")....
pita's user avatar
  • 537
-1 votes
2 answers
386 views

JavaScript code not executing

I have some jQuery code that is not being executed. The code block looks like jQuery(document).ready(function() { $('#Start').datepicker(); $('#End').datepicker(); $('#End').val('date'); $('#Start')....
Muhammad Adeel Zahid's user avatar
-2 votes
1 answer
2k views

jQuery Datepicker .val() is blank however a date is displayed?

This is my first question. I have looked for an answer but my searches seem to bring back a lot of ways to enforce the datepicker value is empty, or being able to access the selected value which is ...
Alex's user avatar
  • 11
-2 votes
1 answer
73 views

The selected month doesn't display in the jQuery UI datepicker

Goal: When I change the date from May to January 21 2016 and the page will be refresh and the then I click on the textbox you are enable to see the selected week and its dates in the datepicker. In ...
HelloWorld1's user avatar
  • 13.9k
-2 votes
1 answer
1k views

Add Jquery datepicker to other script how to?

Good day people. I'm very new in JavaScript and JQuery and I have question.Guys how can put too scripts together???? I have a datepicker script: $.datepicker.setDefaults($.datepicker.regional["ru"])...
USER_JVM's user avatar
-3 votes
1 answer
811 views

Disable specific day of specific months in jQuery datepicker

Disable specific day (i.e Sunday - Friday enable only Saturday) of Specific months (i.e 1st May - 28th September) using jQuery Datepicker. And for rest of dates (29th September - 30 April) should ...
Bhavesh Chhabhaiya's user avatar
-3 votes
1 answer
70 views

jQuery minDate/maxDate without year

I have post with datepicker, this post have dateType range only mm/dd without year. I need limited datepicker only for days/months for every year. Example: Post have range 01/09 and 01/12. Datepicker ...
Michal Černý's user avatar

15 30 50 per page
1
28 29 30 31
32