Showing 1 – 1 of 1 replies
sistemaontime

Nice template, very good work. I have […]

sistemaontime PURCHASED
6 years ago
Hello

Nice template, very good work.

I have one question about the datepicker control: Actually the date format is mm/dd/yyyy. Is there a way con change the format to dd/mm/yyyy?

Thanks in advance, and best regards.
themicon
themicon SELLER
6 years ago
Hi, you can use the "format" entry in the option, like this

$('#datepicker-id').datepicker({
format: 'dd/mm/yyyy',
....
});

Regards