Custom Times for each Day

I am looking at how I can implement custom times for each day. For example I want to use the scheduler for reservation at an establishment and want to set the hours for each day the business is open. The hours would be something like:

Monday through Thursday - 9:00AM to 11:00PM
Friday and Saturday - 9:00AM to 2:00AM
Sunday - 11:00AM to 9:00PM

This would require Fridays and Saturdays to overlap on each day. I want to be able to prohibit reservation from being scheduled on the times that the business is closed so maybe those times are not displayed somehow. Any help with this getting this set up would be appreciated.

There is no way to render time scale which is overlap day borders (9:00AM to 2:00AM), but you can define the logic, which will block all non-operable time.

Check blockTime functonality, it was added in the Scheduler 3.0
docs.dhtmlx.com/doku.php?id=dhtm … s_limiting