I’ve been looking at time selection widgets (such as jquery.datetimepicker and any+time) and think they are pretty nice and satisfy most of the needs. However there is still one big requirement that I can’t seem to find anywhere- the ability to grey out or disable certain times. For example passing it a JSON array of all the times that should not be shown, or something like that. Does anyone know if this exists or if it is possible to modify Any+Time to do this? Just a nudge in the right direction is all I need.
I’ve been looking at time selection widgets (such as jquery.datetimepicker and any+time) and think
Share
My jQuery Timepicker is very flexible for these kind of configurations.
You can specify a range of visible hours, and you can enable / disble cells.
See the example code for more info.
http://fgelinas.com/code/timepicker