Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mano on Jul 02, 2009 02:17
open dhtmlx forum
Dhtmlx Scheduler

Hi,
I want to use getEventEndDate(event_id) function.how i use that api function to get End date.
Answer posted by Alex (support) on Jul 02, 2009 02:51

Hello,

The issue with getEventEndDate will be solved in the next scheduler version. 

Please, use the following approach instead of it:

var edate = scheduler.getEvent(event_id).end_date;

Answer posted by mano on Jul 02, 2009 06:11
Thanks a lot................