I'm using ui-calendar to build a dynamic calendar for my app. How can I remove days from another months?
For example: The calendar shows April. But I don't want to show days from March and May.
Obs: I can put a visibility class to the elements like that
$(".fc-other-month").css({ "visibility" : "hidden" });
But I don't know if it's the correct for to do that.
You can use:
You can see in the documentation (http://fullcalendar.io/docs/display/fixedWeekCount/)