How to get tat time and end time of the scheduler

How can i get stat time and end time of the scheduler screen(Foe eg: scheduler start time is 8:00 and end time is 20:00 i want to get these times.). Can any one help me…

Hello,

You need in getState method.
docs.dhtmlx.com/scheduler/api__s … state.html

scheduler.getState().min_date;
scheduler.getState().max_date;