How can i get the start time of the event ?

How can i get the start time of the event for which form was opened? Please reply asap.

Thanks in advance
Shiju

There is also a lot of documentation here: docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:toc

scheduler.getEvent(id).start_date

…where ‘id’ the event id you have just opened.