tpruvot / fullcalendar

Year view implementation
http://epsy.ldtp.net/fullcalendar/demos/
MIT License
83 stars 26 forks source link

eventRender callback view.start -> getMonth -> always 12 #16

Open WhitecastlePT opened 8 years ago

WhitecastlePT commented 8 years ago

So i don´t know if this is a bug or it has to be like this, but when trying to check for the current month being rendered the view month integer is allways 12. Is it suposed to be like this ? If so how can one get the current month being rendered ?

The point is i want in eventRender callback for yearview return false when the event do not belong's to that month.

image

image