I am using the UI DatePicker from jQuery UI as the stand alone picker. I have this code:
And the
you can simply use this format in you function just like
$(function() { $( "#datepicker" ).datepicker({ dateFormat: 'dd/mm/yy', changeMonth: true, changeYear: true }); });