search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Set the working time shown

Asked by CIC
6 years ago.

I would need to know if it is possible to set the working time shown on the calendar to be from 5:00 to 23:00 and also show both Saturday and Sunday because when I activate the feature of just displaying the working days shows me from 5:00 to 23:00 but does not show me Saturdays and Sundays.

Thank you very much and greetings.

Answer posted by Dan Letecky [DayPilot]
6 years ago.

You probably mean the "Hiding Non-Business Hours" feature of the Scheduler:
https://doc.daypilot.org/scheduler/hiding-non-business-hours/

You can show weekends by setting businessWeekends property to true:

dp.businessWeekends = true;

Another option is to use a custom timeline which lets you generate it cell-by-cell:
https://doc.daypilot.org/scheduler/timeline/

Answer posted by CIC
6 years ago.

Perfect!!! Thank you very much.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.