Issue 516: getYear returns actual year, not years since 1900 in IE
Status:  Done
Owner: ----
Closed:  Jun 2010
Reported by lars.hel...@gmail.com, Jun 10, 2010
In IE, view.start.getYear() returns 2010 instead of 110.  This appears to be something new in the latest version of FullCalendar.  It does not do this in Firefox.

Jun 14, 2010
Project Member #1 adamrs...@gmail.com
this is related to javascript's date api. getYear has been deprecated. always use getFullYear instead.
http://www.w3schools.com/jsref/jsref_obj_date.asp
Status: Done