Back to Fullcalendar

Month View

_docs-v3/month-view/month-view.md

latest474 B
Original Source

Month view displays the current month's days, and usually a few days of the previous and next months, in a table-like format. It can be initialized like so:

js
$('#calendar').fullCalendar({
  defaultView: 'month'
});

The following options are specific to month view. However, there are numerous other options throughout the docs that affect the display of month view, such as the date/time display options and locale-related options.