Closed stormbinary closed 5 hours ago
Hello @stormbinary,
A Text question with inputType: "date" uses a standard HTML <input type="date">
element. As stated at MDN, the displayed date is formatted based on the locale of the user's browser. Therefore, if you wish to change the locale of your date input field, you need to change the browser locale.
Let us know if you have any further questions.
Hello, I have looked at the code example with inputType as date. Is there any code snippets for setting the date locale,on the date picker, to other than English, for example Chinese or Hebrew? Thank you