How to change the display format of the automatic datepicker in html5 How to change the display format of the automatic datepicker in html5 google-chrome google-chrome

How to change the display format of the automatic datepicker in html5


The HTML5 spec doesn't provide a way to work around this. Your best option would be to use jQuery/jQueryUI (which gives you more control) - http://api.jqueryui.com/datepicker/#entry-examples

See also Is there any way to change input type="date" format?