Categories | Question details Back To List | ||
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"); |