Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery time picker [closed]

I'm looking to fill a text input with a time that the user can choose in 15 minute intervals. I know there are a few plugins out there. I was wondering if there was any “industry standard” plugin, or strong objective reasons to prefer a particular one in common scenarios.

like image 286
Bernardo Avatar asked Jan 24 '09 22:01

Bernardo


People also ask

How do you use TimePicker?

Android Time Picker allows you to select the time of day in either 24 hour or AM/PM mode. The time consists of hours, minutes and clock format. Android provides this functionality through TimePicker class.

How do you use Wickedpicker?

The Wickedpicker opens when the bound input is clicked, or focused on (try tabbing), and it can be closed by either clicking the X, by clicking outside of it, or by pressing esc. The arrows icons increase or decrease their associated time values or toggle the meridiem.


2 Answers

I found this plugin (github repository) trumps the other one mentioned. It mimics Google Calendar's timepicker.

like image 185
Jim Geurts Avatar answered Sep 20 '22 07:09

Jim Geurts


I tried a ton of timepicker and was not satisfied so I wrote [yet] another one. I think it works well. Also it is inspired from the datepicker so it looks like standard jQuery UI stuff.

The default minute increments is at 5 and can be set to 15 in the options.

http://fgelinas.com/code/timepicker

like image 34
Francois Gelinas Avatar answered Sep 22 '22 07:09

Francois Gelinas