| Issue 429: | gotoDate strange month behavior | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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?
Jul 5, 2010
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
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
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: Type-Defect