vkurko/calendar

Method like "gotoDate()"

alexandre-zamboli opened this issue · 2 comments

How can I navigate to a date? and taking advantage of how can I make the days that are shown in the resource option start on a certain date?

How can I navigate to a date?

Just update the date option with calendar.setOption('date', newDate)

how can I make the days that are shown in the resource option start on a certain date?

Maybe firstDay option?

I hope I can close this issue.