Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hello,
I want to change datetime format as dd/mm/yyyy
in Datetime picker in telerik.

i cant see any property through which i can change.
Posted

in telerik you can set the date format by using DateInput-DateFormat="dd/MM/yyyy" for example :

<telerik:raddatepicker id="txtfromdate" skin="WebBlue" mindate="0001-01-01" xmlns:telerik="#unknown">
  runat="server" Width="50%" DateInput-DateFormat="dd/MM/yyyy">
 </telerik:raddatepicker>
 
Share this answer
 
 
Share this answer
 
Hi
Please try this

.kendoDatePicker({ format: "dd/mm/yyyy" });

Regards
Dominic
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900