我可以在每月fullCalendar显示上为周末设置不同的颜色

And*_*dre 2 jquery fullcalendar

在查看每月或每周视图时,如何将周末设置为不同的颜色.

Ryl*_*ley 22

我认为对于FullCalendar的情况,您只需要为现有的CSS类指定一些CSS:

.fc-sat { color:blue; }
.fc-sun { color:red;  }
Run Code Online (Sandbox Code Playgroud)