| Issue 1156: | Displaying Weekends (Saturday & Sunday in different color) | |
| 2 people starred this issue and may be notified of changes. | Back to list |
i am using the full Calender in my project but now stucked with a requirement ,it is i need to show weekends in Red color (i.e Saturday & Sunday) .still searching for a solution for that.
Oct 26, 2011
Project Member
#1
althaus.it
Status:
Done
Nov 6, 2011
hi,
you can use CSS:
#calendar .fc-sat, #calendar .fc-sun { background: red; }
|
|
| ► Sign in to add a comment |