Opened 13 years ago
Closed 10 years ago
#5632 closed bug (duplicate)
setting dateFormat and minDate with 4 digit year cause erroneous dates to be displayed
Reported by: | sroughley | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the following .datepicker({ minDate: '31/05/2010', dateFormat: 'dd/mm/yy', ...
Causes datePicker to display a min date of December 25th 2015. Tracked issue down to parseDate->getNumber->lookAhead. Doesn't seem to account for 4 digit years
Change History (3)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.datepicker |
---|
comment:2 Changed 10 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #6659.