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


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”);