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
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.
Thank you Hristo.