trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Allow times on specific dates #924

Open rawcat opened 7 years ago

rawcat commented 7 years ago

Hi, is there a way to allow time ranges on specific dates? My current usecase is a restaurant, which wants to block timeslots in its reserveration form on individual dates, without disabling the whole day. It would be beautiful if I could feed it an array like ["06-30-2017,12,18","07-14-2017"]. Days without time are blocked completely (thats already working). Days with time allow only the given hours (e.g. 12-18).

Hoping for your ideas, since I couldnt get it to work.