Opened 11 years ago
Closed 11 years ago
#11855 closed bug (invalid)
datepicker (min|max)Date
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if set options minDate or maxDate after initial datepicker, real (min|max)Date settings in value +1 month
var d = new Date(2012, 5, 5) $( obj ).datepicker( "option", "maxDate", d ); datepicker display maxdate as 2012/06/05 equivalent to for minDate option
bug reproduced for dateformat "dd.mm.YYYY" in version 1.8.2
Note: See
TracTickets for help on using
tickets.
Thanks for contributing. Please file jQuery UI bugs with the jQuery UI bug tracker http://bugs.jqueryui.com/