Datepicker when set date to below 100 resets to 1900
When i make a new date object with say for example 03/03/03, the date get set to 2003 in the drop down and when i try setting the date range or anything of the sort it changes automatically to 1903. I set the range from say 0 to 2014 by using any and all ways of setting the ranges and whenever i go to below 100 on the dropdown i get a value of 19** in the value menu for the date of the year. I dont know how to change this or if im just missing something would really appreciate the help. code for date picker below ...
jQuery(".datepicker" + numRow).datepicker({
changeMonth: true,
changeYear: true,
yearRange: "0:100",
dateFormat: 'mm/dd/yy'
}) ;