Day and time range picker

html, javascript, jquery

Solution

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.

Problem

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?

Original source