JQuery datepicker allow user to set the year
You can specify a range of years by adding
yearRange: "1930:2010"
to your attributes. For example:
$( "#datepicker" ).datepicker({
changeMonth: true,
changeYear: true,
yearRange: "1930:2010"
});
changeYear: true
already displaying a selectbox.. so whats the problem?? for manually input of the year just create own input text?