| Issue 934: | Month does not display time correctly | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Done
|
|
| ► Sign in to add a comment |