Issue 157: setting year/month/date in initialization sometimes one month off
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by trevor.s...@gmail.com, Oct 29, 2009
To reproduce:

1.create a calendar event
2.give it year: 2009, month: 1, date: 15, i.e. 

         $('#calendar').fullCalendar({
		editable: true,
		header: {
			left: 'prev,next today',
			center: 'title',
			right: 'month,basicWeek,basicDay'
		},
		draggable: false,
		events: "/admin/helpers/json_events.php",
		loading: function(bool) {
			if (bool) $('#loading').show();
			else $('#loading').hide();
		}, 
                year: 2009,
		month: 1,
		date: 15
					
	});


I expect to see the month "Feb 2009." I get March.

This is on FullCalendar 1.4, Firefox 3.5.4, Mac OSX 10.6.1. Not sure if I'm
doing something wonky, but it all seems right. Otherwise, this is
fantastic. Well done.


Oct 29, 2009
#1 trevor.s...@gmail.com
Further to this: the issue only appears to surface when the month is set to 1
(February). All other months appear to work fine.
Oct 31, 2009
Project Member #2 adamrs...@gmail.com
this is fixed in 1.4.1. thanks a lot for the report
Status: Fixed
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released