Issue 934: Month does not display time correctly
Status:  Done
Owner: ----
Closed:  May 2011
Reported by p.stud...@gmail.com, Apr 26, 2011
I start the calendar normally with a default source and today date.

After the calendar initialises i do a 

$('#calendar').fullCalendar( 'gotoDate', <%=passedYear %> , <%=passedMonth %> - 1  , <%=passedDay %> );

For example sake say it passed 2011-APR-15

The month view (after tweaking the titleFormat to [ month: 'd MMMM yyyy' ] )  

Shows 1 - APRIL - 2001

I click on Day View on it switched correctly to the 15th of April.

So why does Month view still show 1? if its set to 15?

Thanks
May 8, 2011
Project Member #1 adamrs...@gmail.com
you must be passing the parameters incorrectly. not sure how, but must be specific to your application
Status: Done