I\'m working with HTML5 elements on my webpage. By default input type=\"date\" shows date as YYYY-MM-DD.
type=\"date\"
YYYY-MM-DD
The question is, is it possible t
Google Chrome in its last beta version finally uses the input type=date, and the format is DD-MM-YYYY.
type=date
DD-MM-YYYY
So there must be a way to force a specific format. I'm developing a HTML5 web page and the date searches now fail with different formats.