datepicker minimal year

I have a DatePicker minimum year is 2000 and needs to be done so that the minimum year was equal to, well, for example, 1910

alt text

$(" .datepicker").datepicker({dateFormat: 'dd.mm.yy', changeYear: true, changeMonth: true});

How to do it?

10
задан wattostudios 30 April 2012 в 13:04
поделиться