Good morning,
I’m considering the mobile scheduler.
It is possible in “day view” display only a range of hours? For example from 8:00 to 18:00 instead of 00:00 to 23:00?
Thanks a lot.
Good morning,
I’m considering the mobile scheduler.
It is possible in “day view” display only a range of hours? For example from 8:00 to 18:00 instead of 00:00 to 23:00?
Thanks a lot.
Hello,
You can use the following:
$$("scheduler").$$("dayList").define("firstHour", 8);
$$("scheduler").$$("dayList").define("lastHour", 18);