views:

250

answers:

1

hi guys, I'm trying to use jquery Full Calendar from http://arshaw.com/fullcalendar

I searched the docs alot but I could not find how I can retrieve the current month a user is on at a certain moment.

On render it is set as the current month in the title, but I cant find a way to use that info. I want to sent the month to my ajax call together with other params (start, end, _) but I dont know how

please help me out with this.

inside the fullcalendar definition, how to retrieve the month currently displayed.

Thank you!

A: 

sorry for the really late response. here is what you would want: http://arshaw.com/fullcalendar/docs/current_date/getDate/

arshaw