My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 516: getYear returns actual year, not years since 1900 in IE
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jun 2010


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting