Issue 1751: In 'Day' mode, header always has 'fc-sun' style class.
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by Seiichi....@gmail.com, Mar 22, 2013
fullcalendar.js(1.6.0) line 2303

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

should be...like this:

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


Aug 24, 2013
Project Member #1 adamrs...@gmail.com
this should be fixed in recent versions.
Status: Done