AngularJS-ResponsiveCalendar icon indicating copy to clipboard operation
AngularJS-ResponsiveCalendar copied to clipboard

How to select custom date on initial load of calender?

Open rajdu opened this issue 7 years ago • 1 comments

Hi, suppose i i added a event which contains the event of month august so i want to load the calender of august view on load. currently on load it shows current month. please help

rajdu avatar Jul 08 '18 12:07 rajdu

@rajdu Suppose you bind the model to currentDate, you just need to set the currentDate to a date in August, the calendar will automatically navigate to August.

<calendar ng-model="currentDate" ...></calendar>

twinssbc avatar Jul 08 '18 14:07 twinssbc