Getting start time and end time in dhtmlx scheduler

Hi,
I am using dhtmlx scheduler in my project…Can i know how can i get the value start time and end time of the event…Can any one help me please.

Thanks in advance.

Hello,

Here’s the example:

var start_date = scheduler.getEvent(event_id).start_date;

Same way you can access text, end_date and all your custom event properties.

Best regards,
Ilya