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?