Issue 785: want change day background in month mode
Status:  Done
Owner: ----
Closed:  Feb 2011
Reported by nomore1...@gmail.com, Jan 6, 2011
in fullcalendar ,the weekend could define special background-color
by set weekends param

but if i want change some special day in different color ,
like hoilday or workday
is someone any idea about this?
thanks

Feb 15, 2011
Project Member #1 adamrs...@gmail.com
the best way to do this would be to use dayRender when it is released
https://code.google.com/p/fullcalendar/issues/detail?id=191
Feb 15, 2011
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Feb 16, 2011
#3 victor.a...@gmail.com
Hi
 i how to display the image on the full calender event ,i have try but it doesn't  work please guide me how to get image to the event

i wrote this code 

CODE:


.myclass,
	  .fc-agenda .myclass .fc-event-time,
	  .myclass a {
	      background: url(../images/calendar.jpg);
	     /* background-image:url("css/cupertino/Images/calendar.gif");*/
	      border-color: black;
	      }


please tell me the changes and from where i call this class;

Thank you.