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.
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.