Reputation: 17625
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
Reputation: 666
check 10 jQuery Time Picker plugins: http://www.sitepoint.com/10-jquery-time-picker-plugins/
my favorite is http://tarruda.github.io/bootstrap-datetimepicker/
and this https://fgelinas.com/code/timepicker/
:D
Upvotes: 1
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
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