Issue 120: Calendar Displays Events One Month Later than Expected
Status:  Done
Owner: ----
Closed:  Oct 2009
Reported by c.cieszy...@gmail.com, Oct 12, 2009
Hi,

For some reason, when using the basic calendar, events are always displayed one month later 
than their true date. For example, an event on December 3 will display on January 3. 

				{
					id: 872,
					title: "ESE - Middle School ESE Family Life",
					start: new Date(2009, 12, 3, 0, 0),
					url: "http://test.com",
					allDay: true
				},

Using Expressionengine tags to output the array. The final format matches the examples 
provided in the source, as far as I can see. Any help would be greatly appreciated. 
Oct 12, 2009
#1 Keyser.S...@gmail.com
December is actually month #11, and January is 0. 

start: new Date(2009, 11, 3, 0, 0),

Oct 13, 2009
#2 c.cieszy...@gmail.com
Yes, I realized it myself a little later on. Stupid me for not reading ALL the documentation. Feel free to delete this 
issue.

Oct 13, 2009
Project Member #3 adamrs...@gmail.com
c.cieszynski, its cool, glad you got it to work
Status: Done