Hi All,
the documentation seems simple enough, but in practice, this feature is not working!
I need the date to be in dd/mm/yyyy format.
$(function() {
$("#txt_date").datepicker($.datepicker.regional['en-GB']);
});
Can you help?
Currently the date is outputted as mm/dd/yyyy.
Many thanks