Search and Top Navigation
#8913 closed bug (notabug)
Opened December 15, 2012 05:42AM UTC
Closed December 16, 2012 08:04PM UTC
Date picker minDate error
Reported by: | jashidkt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.datepicker | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Even if i set a date according to the server date, when i assign a value to minDate or maxDate, it always read according to the system date and not the server date which i had assigned.
How could i fix this error?
Please refer http://jsfiddle.net/ZzqFv/9/
Attachments (0)
Change History (1)
Changed December 16, 2012 08:04PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Hi jashidkt,
You need to call
after initializing the datepicker - http://jsfiddle.net/tj_vantoll/CChZY/.