I'm using the HTML5 <input type="date">
, which in Chrome renders a rich input control displaying the date in the format MM/DD/YYYY
. The problem is that my application expects input in a localized format server-side, which means MM.DD.YYYY
.
Is there any way I can change the way Chrome renders and takes input from date controls?