please, anyone, help
this my code:
- import listPlugin from '@fullcalendar/list';
- this.model = [];
- const todayDate = new Date();
- const todayDateStr = todayDate.getFullYear() + '-'
- + ('0' + (todayDate.getMonth() + 1)).slice(-2) + '-'
- + ('0' + (todayDate.getDate())).slice(-2);
- this.fullcalendarOptions = {
- plugins: [dayGridPlugin, timeGridPlugin, interactionPlugin,listPlugin ],
- defaultDate: todayDateStr,
- header: {
- left: 'prev,next',
- center: 'title',
- right: 'dayGridMonth,listWeek',
- },
- };
Ronika JencyPosted Aug 15, 2020, 10:58 AM
rasool shaikPosted Aug 26, 2020, 8:48 AM
rasool shaikPosted Aug 26, 2020, 8:47 AM
Ronika JencyPosted Aug 24, 2020, 6:01 AM
Laxmidhar SahooPosted Aug 16, 2020, 3:06 AM
rasool shaikPosted Aug 16, 2020, 2:41 AM
rasool shaikPosted Aug 15, 2020, 9:52 AM
Hamid KhanPosted Aug 13, 2020, 5:09 AM