compile-fan
compile-fan

Reputation: 17625

Is there an hour and minute picker for jQuery?

Not a date picker,but should let user pick hour and minute,like 23:15.

Is there such a plugin yet?

Upvotes: 4

Views: 23219

Answers (3)

Uriel Carrillo
Uriel Carrillo

Reputation: 171

I use this one in my last project and it worked like a charm. You can use it with both date and time at the same time or separately.

Upvotes: 2

mindplay.dk
mindplay.dk

Reputation: 7350

My personal favorite is this one:

http://fgelinas.com/code/timepicker/

This works great and is really fast to work with - three clicks to set the time. And it's elegantly written, with code that closely resembles the jQuery UI date-picker approach and style.

It does minutes in 5-minute increments, however - not sure if that's precise enough for your purposes.

Upvotes: 4

Related Questions