Search and Top Navigation
#4269 closed bug (fixed)
Opened March 03, 2009 01:12PM UTC
Closed April 26, 2009 07:11AM UTC
Last modified October 11, 2012 09:15PM UTC
Datepicker doesn't set maxDate properly for certain date
Reported by: | jura.khrapunov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.5.3 |
Keywords: | maxDate | Cc: | |
Blocked by: | Blocking: |
Description
So far I can proof 31st of March to be a troublemaker - if assigned as maxDate the date itself become unselectable. I've been using jQuery 1.2.6 with UI 1.5.3 components...
How to reproduce:
<script type="text/javascript">
var mDate = new Date(2009,2,31);
$(document).ready(function(){
$(".calendar").datepicker({maxDate:mDate})
});
</script>
<div class="calendar"></div>
Believed to have been caused by daylight saving cutover problems which were fixed in r934.