Open Mian007 opened 7 years ago
@umeshjamdade suggested option not working for me.
but below worked for me. I'm using @fullcalendar/angular
headerToolbar: {
start: 'prev,next today',
center: 'title',
end: 'dayGridMonth,dayGridWeek,dayGridDay,dayGridlist'
},
You can add it by using header attribute.
this.calendarOptions = { fixedWeekCount: false, header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay,list' }, };