Datepicker Support in IE11 and Firefox

不羁的心 提交于 2019-12-03 05:32:47

Internet Explorer 11 does not currently support <input type='date'>, though we did recently announce that work was underway to do so. You can track that progress online at http://status.modern.ie.

Firefox also does not appear to support the attribute presently. A bug was opened in 2012 requesting that support be added, but a patch has not yet landed.

If you need this functionality today, I would encourage you to use jQuery's Datepicker.

Feb 2019 Update:

Edge supports the datepicker, but after 4+ years, it looks like IE never will. Same with Safari desktop (though Safari mobile supports it). See: CanIUse datepicker support.

Chrome and Edge take the date format from the user's desktop system settings, which may be surprising if you're expecting ISO 8601 and your users don't live in Denmark or Canada.

JQuery's datepicker works with bootstrap 4 only if you use the REGULAR JQuery distribution. the Bootstrap 4 docs show the SLIM version, which tripped me up for a bit.

Other alternatives:

  • uxsolutions bootstrap-datepicker "A datepicker for Bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by eternicode" has a lot of stars on github and seems to work with bootstrap 4.
  • Some friends recommended the eyecon Datepicker for Bootstrap which I guess is the original that uxsolutions is forked from.
  • Pickaday is pretty popular, though the JS Deliver CDN currently lacks an integrity hashcode and there's no pre-built download - you have to build with node or something.
user1909711

It is already in Firefox since version 51 (January 26, 2017), but it is not activated by default (yet). To activate it:

Go to "about:config" in your address bar, then search for the dom.forms.datetime property and set it to true.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!