How to make <input type = "date"> display a date in a localized format in Chrome?
I use HTML5 <input type="date">, which in Chrome provides a rich input control that displays the date in a format MM/DD/YYYY. The problem is that my application is waiting for input in a localized format on the server side, which means MM.DD.YYYY.
Is there any way I can change the way Chrome renders and accepts data from date controls?
+4
