Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
UltraDateTimeEditor FormatString
posted

I've changed the format string in a date time editor, and it works as expected.

 

ultraDateTimeEditorStart.FormatString = "yyyy/MM/dd";

 

However, when this component receives focus its format is changed back to a default "MM/dd/yyyy"

 

Is there a setting I am missing?

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello,

    In order to achieve what you are looking for you could set the MaskInput property like:

                ultraDateTimeEditor1.MaskInput = "yyyy/mm/dd";

    Please let me know if you have any further questions with this matter.

     

Children