Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative for <input type = time>? [closed]

Tags:

html

I was in need of an input of type time where users need to enter 'from' and 'to' times and I found this

<input type="time">

but it won't work in firefox , ie etc.. ( as you all know)

So is there any way to implement something similar to this in my time input field where user can select time ( hour: min :AM/PM)

I am a newbie ( with my first website) and this is my first question here.. pls consider

thank you

like image 462
user2723949 Avatar asked Sep 24 '13 13:09

user2723949


1 Answers

Try jquery time picker, i always this one

http://pttimeselect.sourceforge.net/example/index.html

If you want something very simple then try

http://keith-wood.name/timeEntry.html

this one is similar to <input type="time">

like image 53
Nirmal Ram Avatar answered Sep 27 '22 15:09

Nirmal Ram