Just wondering if the DateTimePicker can resolve xml date time ie: yyyy-mm-ddThh:mm:sszzzzzz.
I am trying to get/set the value to and from XML but cannot see how I can achieve this with this control. For example, provided it is possible, will it remember when it is UTC or Local.
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 12 Dec 2012, 05:00 PM
Hi Luc,
Thank you for writing.
The type of RadDateTimePicker's Value property is DateTime. You should parse manually your XML date to the .NET type DateTime and pass the result to the Value property.
I would like to clarify that RadDateTimePicker does not support milliseconds editing. I would suggest that you parse the value to seconds, without milliseconds.