Skip to main content

All Questions

0 votes
1 answer
5k views

JQUERY Datepicker - validation error doesn't go away after selecting a date from datepicker

I am using jquery datepicker and it seems there are some issues with validation error. After validation error if i select a date from datepicker then validation message doesn't go away. It disappears ...
user1263981's user avatar
  • 3,099
1 vote
1 answer
171 views

JQUERY UI Datepicker won't close when selecting selected date

I have a datepicker in js (using Jquery UI), that works just fine. When i click on a date, the datepicker closes. But, when I click the date that is already selected, the datepicker won t close. (...
john doe's user avatar
  • 161
0 votes
1 answer
1k views

jQuery datepicker specific date disable is not working

I have code to disable specific dates on jquery datepicker. code runs fine on my local environment but not working on GoDaddy windows hosting var disableddates = result; //result is array of dates [...
Dharmesh Mistry'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
0 votes
1 answer
612 views

Append to jquery ui datepicker beforeShowDay

I have two steps in my logic; first show/hide a pre-defined range of dates, then to disable/enable specific days. I'm trying to figure out if it's possible to manipulate the existing beforeShowDay ...
feganmeister's user avatar
0 votes
3 answers
9k views

Dynamic year range for Datepicker

I am using Datepicker for selecting the Expiry date. I want my datepicker to have year option as: When we load the datepicker it's year options should start from current year and end at 20 year after ...
Ritesh Ranjan's user avatar
0 votes
1 answer
379 views

Jquery Datepicker using .data().datepicker.drawMonth calendar jumps a year if the first month shown is december

Jquery Datepicker using .data().datepicker.drawMonth calendar jumps a year if the first month shown is december and you select a date in January or February. Datepicker options numberOfMonths: 3, ...
Dataman In Time's user avatar
2 votes
0 answers
411 views

jQuery UI datepicker classes Option not overwriting default classes

As per the classes option guide here, I tried to overwrite the default classes used by jQuery ui datepicker. The datepicker doesn't have a .prototype, like the other widgets, so $.ui.datepicker....
lehel's user avatar
  • 451
1 vote
1 answer
109 views

JqueryUi DatePicker - Disable days in different months

I want to show a calendar with some days enabled, my problem is, if the days are in different months, works only in the first month like example days 1 and 2 in december would have to be enabled too....
Vinicius's user avatar
  • 133
4 votes
3 answers
971 views

Show Date outside of defined MinDate MaxDate restrictions

I have googled and tried to find out, but was unable to get a solution on this problem. On page load I am Restricting datePicker with following min and max values: $("#<%=txtboxDate.ClientID%>")...
ARr0w's user avatar
  • 1,733
0 votes
1 answer
813 views

set startDate of one datepicker as selected date from another datepicker

I have two datepicker in my page to seletect From and To dates. From datepicker's end date is set to today and To datepicker's end date is set to today. Also i need to set startdate for To datepicker ...
geeth's user avatar
  • 714
3 votes
2 answers
4k views

Limit the minimum year in DatePicker selection

I'm using jQuery DatePicker to select a date on my form. I want to limit the years in that calendar in such a way that it will display the years from 1900 and up. I tried this code: $('#' + CalenderId)...
omkar patade's user avatar
  • 1,591
1 vote
1 answer
1k views

dynamically pass min date to jQuery datepicker from bootstrap datetimepicker

I am working on a project, Actually there are two datepickers in my page. One is bootstrap datepicker and another is jQuery datepicker. There are three date fields, one is for start event date and ...
Neeraj Sharma's user avatar
0 votes
0 answers
60 views

jQuery UI Datepicker weird behavior shows weird icons

i have a weird behavior with date picker , and not reprduce for all computers, the problem after select date from start date and then try to select from the end date , for some computers there ...
Asad's user avatar
  • 67
1 vote
1 answer
412 views

datepicker field authorizing specific characters

I'm using jqueryUI and its datePicker which works fine, but in France date is more likely written with slashes (DD/MM/YYYY) than it is with dashes (DD-MM-YYYY) but datePicker doesn't allow user to ...
Jérémy's user avatar

15 30 50 per page
1 2 3
4
5
48