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
425
default datetime format?
posted

How does the webslider decide the default format for displaying datetime values for the valuelabel? It seems to be M/d h but on 1 of my forms it is M/d/y.  I found the client side event "FormatValueLabel" where I can set the _dateFormat but I was just wondering how it gets the default value.

  • 24497
    posted

    Hi,

    Default behavior tries to cover most cases, but that can be somehow confusing. The date-pattern is built on server and you can try to use/modify _dateFormat, but that is part of internal logic with no support. To format label, please read my response to previous post.