Hi all i used the Jquery Date picker which works well enough for me. But i am having a small issue i.e i would like to set the Start year from 19
Jquery Date picker
Start year
19
This is what you need:
datepick({yearRange: "1900:+nn"});
Will set the range from the 1900 to the current year.