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 t
I searched this issue 2 years ago, and my google searches leads me again to this question.
Don't waste your time trying to handle this with pure JavaScript. I waste my time trying to make it dd/mm/yyyy
. There's no complete solutions that fits with all browsers. So I recommend to use jQuery
datepicker or tell your client to work with the default date format instead