Hello,
1- How to make the calendar start at 8 am ? by default it start at 00:00
2- I want to use custom xml with dhtmlx Touch.
I already did it with dhmltx scheduler with:
and
but it doesn’t work with dhtmlx Touch.
Can you help me ?
thanks
Hello,
1- How to make the calendar start at 8 am ? by default it start at 00:00
2- I want to use custom xml with dhtmlx Touch.
I already did it with dhmltx scheduler with:
and
but it doesn’t work with dhtmlx Touch.
Can you help me ?
thanks
Hello,
you can use the following to start list in Day view with 8 hour:
$$(“scheduler”).$$(“dayList”).define(“firstHour”,8);
And here is how to apply firstHour for calendars in scheduler:
$$(“scheduler”).$$(“calendar”).define(“hourStart”,8);
$$(“scheduler”).$$(“formCalendar”).define(“hourStart”,8);