Im trying to get the datepicker to show in DD-MM-YYYY format, but I
cant seem to be able to do it.
Could anyone give me a helping hand? The code below is the code im
using without success ....
$(function() {
$('#datepicker').datepicker({
changeMonth: true,
changeYear: true
});
$.datepicker.formatDate('dd-mm-yyyy', new Date(2007, 1 - 1,
26));
});
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---