| 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 |
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
Oct 31, 2009
this is fixed in 1.4.1. thanks a lot for the report
Status:
Fixed
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 |