My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 429: gotoDate strange month behavior
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 nebspetr...@gmail.com, Mar 31, 2010
Using fullCalendar 1.4.5

The gotoDate method has strange behavior for some months.

I followed the instructions here:
http://arshaw.com/fullcalendar/docs/current_date/gotoDate/

Assume a div with id 'calendar'.
Initialize the calendar normally:
$('#calendar').fullCalendar({
  .. PROPERTIES GO HERE ..
});

// $('#calendar').fullCalendar( 'gotoDate', 2015, 0 );
// This makes the calendar go to January 2015 (good)

// $('#calendar').fullCalendar( 'gotoDate', 2015, 1 );
// This makes the calendar go to March 2015 (??)

// $('#calendar').fullCalendar( 'gotoDate', 2015, 2 );
// This makes the calendar go to March 2015 (??)

// $('#calendar').fullCalendar( 'gotoDate', 2015, 3 );
// This makes the calendar go to May 2015 (??)

// $('#calendar').fullCalendar( 'gotoDate', 2015, 4 );
// This makes the calendar go to May 2015 (good)

// $('#calendar').fullCalendar( 'gotoDate', 2015, 5 );
// This makes the calendar go to July 2015 (??)

I stopped testing after this, but you get the point.

I'm viewing the calendar in "month" view only.  Are there some additional
requirements for using the gotoDate method?
Jun 14, 2010
Project Member #1 adamrs...@gmail.com
i confirm this bug, thanks for pointing it out. it only happens when you are jumping from a date that is the 31st, to a month that doesnt have a 31st. will get this fixed in the next release. thanks
Status: Accepted
Labels: Type-Defect
Jul 5, 2010
Project Member #2 adamrs...@gmail.com
this should be fixed in 1.4.7 (just released today). please let me know if any more problems like this. thanks
Status: Fixed
Nov 2, 2011
#4 sasiw...@gmail.com
I am using Jquery FullCalendar 1.4.10, still i am facing the issues like

// $('#calendar').fullCalendar( 'gotoDate', 2011, 1 );
// This makes the calendar go to March 2011 (?) [Need to show Feb month calendar ]

// $('#calendar').fullCalendar( 'gotoDate', 2011, 10 );
// This makes the calendar go to December 2011 (??) [Need to show November Month calendar]

Please Let me Know If i am missing anything 

Thanks
SasiKumar G N
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting