Open 007Arkadeep opened 4 years ago
This was the array described in documentation. this.currentEvents = [ { year: 2019, month: 11, date: 25, }, { year: 2019, month: 11, date: 27 } ];
I want to add title in this currentEvents array. So that the calendar shows the green dots with that title of the events.
How to add titles on particular dates?
This was the array described in documentation. this.currentEvents = [ { year: 2019, month: 11, date: 25, }, { year: 2019, month: 11, date: 27 } ];
I want to add title in this currentEvents array. So that the calendar shows the green dots with that title of the events.