We notice that if we change the culture to be chinese,
RadTimePicker's select time box always show the Militory time (24 hour format). See the attachment.
Does this consider as a bug?
thx!
Jane
1 Answer, 1 is accepted
0
Kaloyan
Telerik team
answered on 22 Jan 2010, 10:00 AM
Hello Jane,
The time format depends on the setted value of the CultureInfo's DateTimeFormat property. Check the posted code bellow:
radTimePicker.Culture = new CultureInfo("en-US"); radTimePicker.Culture.DateTimeFormat = new DateTimeFormatInfo()