Does anyone know how to format the Jquery datepicker? I want it to display it like dd/mm/yyyy and that is the only way I want to display it, but at the moment it is displaying it like mm/dd/yyyy.
I tried this but it didn’t work:
$(function() {
$( "#datepicker" ).datepicker({format("dd/mm/yyyy")});
});
Does anyone have an idea?
The key you want is
dateFormat: