My fullcalendar has - \"Month|Week|Day\" view , I want to remove or hide the \"Week\" and \"Day\" views as we have been using only \"Month\" View.
Can you please tell me
right : false is working.
$('#calendar').fullCalendar({ header: { left: 'prev,next ', center: 'title', right: false, }, });