Issue 1750: var 1.6.0 fc-day-header class bug
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by ste...@gmail.com, Mar 21, 2013
there is a bug in the "firstDay".
not refrected "fc-day-header"class cell

line 2303:
html += "<th class='fc-day-header fc-" + dayIDs[i] + " " + headerClass + "'/>";

to

html += "<th class='fc-day-header fc-" + dayIDs[indexDate(i).getDay()] + " " + headerClass + "'/>";

I am sorry for unclear English. 
It is honorable if you refer to it. 

Aug 24, 2013
Project Member #1 adamrs...@gmail.com
this was fixed in a recent version. thanks
Status: Done