Hi!
I need to be able to show and possibly edit milliseconds on a datetime field. The UltraDateTimeEditor doesn't seem to support "fff" format. The value returned by the control is a DateTime, but Milliseconds are always at 0. If I set DateTime.Now in the control and edit the date, I lose the milliseconds in my object after.
Is there any plans to support milliseconds in this control ?
Best regards,
Benoit
Try to set the MaskInput with "ff" like "dd/MM/yy HH:mm:ff"
As I said before, I already tried to use 'ff' in the maskinput but it doesn't work. The control doesn't recognize the 'f' format code.
Any other ideas?
Hi Benoit,
I'm afraid that the UltraDateTimeEditor does not currently have any support for milliseconds. I recommend that you Submit a feature request to Infragistics