When i set the minDate var to something below 2001, it just won’t go below 2001 for the lower limit.
I’ve tried inserting the minDate value as a string, number, or Date object (as the documentation says you can use any of all 3 types)
Regardless of how i enter the value, it will not go below 2001.
Any Ideas?
That is due to the fact that if you display the year with the option
changeYearyou must also set yearRange that otherwise default at +10:-10For example:
fiddle here: http://jsfiddle.net/rUq7M/