My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 157: setting year/month/date in initialization sometimes one month off
1 person starred this issue and may be notified of changes. Back to list
Status:  Released
Owner:  ----
Closed:  Aug 2013


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

Powered by Google Project Hosting