Issue 149: Obtein month number
Status:  Done
Owner: ----
Closed:  Oct 2009
Reported by ponuniva...@gmail.com, Oct 28, 2009

What version of the product are you using? On what operating system?
1.4

How works now monthDisplay:? With the 1.2 I had the number of actual month 
with:

monthDisplay: function(year, month, monthTitle)
			{
			mes_cal = month;
			},

But now with viewDisplay I dont see the way to do the same easy.

Thanks

Oct 29, 2009
Project Member #1 adamrs...@gmail.com
hello,
yes, 1.4 has a different way of doing things. the viewDisplay is passed one `view`
object. you can learn more about the `view` object here:
http://arshaw.com/fullcalendar/docs/triggered-actions.php#view-object

you can access view.start.getYear(), view.start.getMonth(), view.title

hope this helps,
adam
Status: Done