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
I ended up going with DateBox.
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.
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.