When I have a date time with milliseconds, the milliseconds will always be set to 0 if you change the date with the calandar while the hours, minutes and seconds remains the same.
Am I the only one dealing with this issue?
1 Answer, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 15 Nov 2012, 03:25 PM
Hello Simon,
The DateTimePicker (as other pickers) parses the input value on blur, which in the default case does not have milliseconds. Hence the milliseconds are lost, the seconds too. If you need to persist the milliseconds then you will need to modify the format. Check this jsBin for more information.
Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!