jquery - fullCalendar dayRender for agendaWeek and agendaDay -


i trying change background color of cell of day. managed change background color in month view. when switching agendaweek , agendaday dayrender callback not getting called.

is there workaround in version 2? using fullcalendar v2.3.1

thanks!

i had override default fullcalendar css following:

.fc-day.fc-today {   background-color: blueviolet !important; } 

by using this, dayrender callback not required.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -