iguider
iguider

Reputation: 721

Day and time range picker

Could anyone recommend me a good time day (only the name - ex:Monday) and time range picker..

I already tried http://pttimeselect.sourceforge.net/example/index.html and http://haineault.com/media/jquery/ui-timepickr/page/ but they don't have day selection..

anyone knows another one?

Upvotes: 3

Views: 11202

Answers (2)

keithhackbarth
keithhackbarth

Reputation: 10146

I seriously spent hours looking for something similar for our site ParkMe.com. It seems with all the implementations someone out there would have created one.

When I couldn't find anything, I spent the weekend writing my own. Here's what I came up with.

http://keithhackbarth.github.io/jquery-datetime-picker/

https://github.com/keithhackbarth/jquery-datetime-picker

Not trying to self plug.. just think I came up with a half decent solution.

Upvotes: 4

Johannes Klauß
Johannes Klauß

Reputation: 11020

I really like this one: http://ghusse.github.com/jQRangeSlider/

It's highly customizable. Supports Dates, Integers and has a lot of options to fit it to your special needs.

Upvotes: 6

Related Questions