This is a migrated thread and some comments may be shown as answers.

Date format

1 Answer 92 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 17 Jul 2012, 09:34 AM

Hi,

How do I format the datepicker control to always display the date in the format dd/mm/yyyy.

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Valchev
Telerik team
answered on 17 Jul 2012, 04:21 PM
Hello Simon,

To achieve that you could use the format configuration option - for example:
$("#datepicker").kendoDatePicker({
    format: "<your format>"
});

I hope this helps.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Date/Time Pickers
Asked by
Simon
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or