My TimePicker show 24 hours but I want to show 12 hours.
I want to show the hours and minutes, like the image with the name Timepiker.png
I work in vb.net.
1 Answer, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Apr 2015, 11:28 AM
Hello Hector,
Thank you for writing.
Set hour format by modifying the Culture property. For example “en-US” uses 12 hour format while “en-GB” uses 24 hour format. You can refer to our Getting Started help article.
I hope this information helps. Should you have further questions, I would be glad to help.