| Issue 1099: | Internet Explorer implementation of 'date' loading 2005 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Reproducing
Sep 6, 2011
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
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |