How to get <input type=“time” /> to display full time picker in IE 10, Firefox, Safari, etc

前端 未结 3 757
半阙折子戏
半阙折子戏 2021-01-28 18:17

I\'ve been struggling with this all day.

I\'ve been using for a long time in one of our company web apps, and only recently di

相关标签:
3条回答
  • 2021-01-28 18:46

    I ended up going with DateBox.

    0 讨论(0)
  • Unfortunately Date/time input types are still CSS Working Drafts. So if you want to make it work across all browsers, you have no choice but to use a polyfill. Like this one for example.

    0 讨论(0)
  • 2021-01-28 18:49

    I would suggest you to use a javascript time picker. It works more reliably then the default one. Have a look at

    Whats a Good Javascript Time Picker?

    Hope this help.

    0 讨论(0)
提交回复
热议问题