问题:
I'm working with HTML5 elements on my webpage. 我正在使用网页上的HTML5元素。 By default input type="date" shows date as YYYY-MM-DD . 默认情况下,输入type="date"显示为YYYY-MM-DD 。
The question is, is it possible to change its format to something like: DD-MM-YYYY ? 问题是,是否可以将其格式更改为: DD-MM-YYYY ?
解决方案:
参考一: https://stackoom.com/question/Uvnq/有什么办法可以更改输入类型-日期-格式参考二: https://oldbug.net/q/Uvnq/Is-there-any-way-to-change-input-type-date-format
来源:oschina
链接:https://my.oschina.net/u/4428122/blog/4335932