December Missing from jQuery UI Date Picker
November 16, 2011
We encountered a problem with the jQueryUI datepicker. We had the following code:
$(function() { $( "#datepicker" ).datepicker({ maxDate : 0, changeMonth : true, changeYear : true, yearRange : '-100:-18' }); });
and if the date picker was opened without a …