I'm working with HTML5 elements on my webpage. By default input type="date"
shows date as YYYY-MM-DD
.
The question is, is it possible to change its format to something like: DD-MM-YYYY
?
I'm working with HTML5 elements on my webpage. By default input type="date"
shows date as YYYY-MM-DD
.
The question is, is it possible to change its format to something like: DD-MM-YYYY
?