Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jennifer on Jul 14, 2009 12:22
open dhtmlx forum
What is the second parameter in the init?

What is the second parameter passed to the init function?

The first is the scheduler name and the third is the initial display of the calendar. Curious as to the second:

scheduler.init('scheduler_here',null,"day");

Thanks.

Jen
Answer posted by Alex (support) on Jul 15, 2009 00:50

The second parameter is date object for initial view. null is current date. 

scheduler.init('scheduler_here',new Date(...),"day");