Issue 580: Problem with getDate
Status:  Done
Owner: ----
Closed:  Oct 2010
Reported by swati.d...@gmail.com, Jul 29, 2010
When we click next/previous button in full calendar, it should render that month's event. How to achieve it?

I am trying to get date by using the given function - 
var dt = $('#calendar').fullCalendar('getDate');
alert(dt.getDate());
It shows error dt.getDate() is not a function. 

Aug 25, 2010
Project Member #1 adamrs...@gmail.com
Please follow the instructions for submitting a bug (on Support page):

"...please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON)."
Oct 7, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done