Issue 1099: Internet Explorer implementation of 'date' loading 2005
Status:  Done
Owner: ----
Closed:  Sep 2011
Reported by alejandr...@gmail.com, Sep 2, 2011
Hi,

After implementing FullCalendar (great tool!) on a site for client, I tested in Internet Explorer.  When the page loads in IE, the current date shown is January 2005.  Why isn't the code below working correctly?

	var date = new Date();
	var d = date.getDate();
	var m = date.getMonth();
	var y = date.getFullYear();

Visit the site in Internet Explorer for demonstration:
http://agcreativetech.com/clients/kravmagadc/calendars/

Thanks,
Alejandro
alejandro@agcreativetech.com
Sep 6, 2011
Project Member #1 althaus.it
Works fine in my IE.
Status: Reproducing
Sep 6, 2011
#2 alejandr...@gmail.com
Ok, sorry.  I just bought my PC laptop from a relative.  The date on the
computer was set to January 2005.  Was very surprised to discover this.

Anyway, thanks, and sorry for not checking that first.

AG
Sep 8, 2011
Project Member #3 althaus.it
(No comment was entered for this change.)
Status: Done