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
263
Input Date Format
posted

Hi,

Is there any plans to support alphanumeric date formats like dd-MMM-yyyy in the editor input box? Thanks.

Fred

Parents
  • 24497
    posted

    Hi Fred,

    There is no plans to support edit-mode format other than digits. However, while editor has no focus, you may set Format=Long and specify any kind of long-date pattern. To customize it you should use Culture of CurrentThread or CalendarLayout.Culture property (all settings are possible only in cs/vb codes). As example for DateTimeInfo operations, you may look at samples for WebDataInput controls related to custom culture.

Reply Children