I have been struggling with this for awhile. I need to be able to use the UltraDateTimeEditor to both displa and accept user input sith the folowinf format:
MM/dd/yyyy HH:mm
I can get the display formatted correctly when the control is not in edit mode. However, as son as the control gets focus, the display format changes to show a 12 hour clock with AM or PM.
How can ths control be used with the desired format for both display and user input?
Thanks - NormD
Thank you Hristo.
Hello,
You could achieve your goal if you setting for MaskInput property of the component following string: “{date} hh:mm”
Please let me know if you have any further questions.
Nevermind - I found that including the MaskInput setting of {LOC}mm/dd/yyyy hh:mm along with the FormatString of MM/dd/yyyy HH:mm began to work OK. Originally, I though that iy did not.