Dear all,
In UltraDateTimeEditor, when select date, it display the format "MM/dd/yyyy".
But when change to another control focus, it display the format "M/d/yyyy".
How to correct this and make them consistent??
Hi,
May be one possible reasion to achieve this issue is because you have different MaskInput and FormatString. When you are in edit mode, you see the MaskInput settings and when you leave the component - FormatString settings. Please try to set for example your MaskInput = {LOC}dd/mm/yy and to clear FormatString or set FormatString = dd/mm/yy.
Please if you have any questions do not hesitate to ask me
Regards