Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jennifer on Jul 14, 2009 12:32
open dhtmlx forum
How do you set the display date

I would like to set up an external link so users can go to a calendar day with the specific date that they choose. how do I configure a display date other than the current date?

Thanks you as always!

Jen
Answer posted by Alex (support) on Jul 15, 2009 05:09

You can use setCurrentView method. The first parameter of the method is date object, which defines current view date, the second view mode:

 scheduler.setCurrentView(new Date(...),"day");