I want load only December month in Fullcalendar with 2 dates enables 14, 15 Dec 2012.
var date = new Date(2012, 11);
var d = date.getDate();
var m = date.getMonth(11);
var y = date.getFullYear();
How it is possible? plz help me. Thanks
I got the answer, how to render specific month on fullcalendar?
jQuery('#calendar').fullCalendar('gotoDate', new Date(2012, 11));
This will render only December month on fullcalendar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With