startdate enddate how to access

hello i want to get time of new multiday event on selecting multi day with my mouse how to get end time and start time only ?

scheduler.attachEvent(“onBeforeLightbox”, function (event_id){
}

in this event i want to get event startdate and end date…

please help…

scheduler.getEvent(event_id).start_date (likewise but with end_date)

thank you soo much :slight_smile: