I have a problem with the jQuery-UI datepicker, I have searched and searched but I didn\'t find the answer. I have the following code:
You can try with the code that is below.
It will make the default date become the date you are looking for.
$('#birthdate').datepicker("setDate", new Date(1985,01,01) );