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
I believe the browser will use the local date format. Don't think it's possible to change. You could of course use a custom date picker.