How To Get To Display Full Time Picker In Ie 10, Firefox, Safari, Etc
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 did I discover that this has o
Solution 1:
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.
Solution 2:
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.
Solution 3:
I ended up going with DateBox.
Post a Comment for "How To Get To Display Full Time Picker In Ie 10, Firefox, Safari, Etc"