> For the complete documentation index, see [llms.txt](https://jared-gibb.gitbook.io/fullcalendar-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jared-gibb.gitbook.io/fullcalendar-plugin-suite/elements/calendar/input-fields/calendar-header-formatting.md).

# Calendar Header Formatting

![](/files/-Mi2YiKby12Ye63gvQHB)

## Show Header

* This is pretty straight forward. This dynamic option allows you to turn on and off the calendar header. You may wish to do this for various reasons such as device size, current calendar view, or any other reason.&#x20;
* When you decide to remove the default header, you are able to create a new header using native Bubble buttons and the appropriate Workflow Actions

![notice there are no navigation buttons or calendar title anymore](/files/-MdnU_cLv1XBUo1mIl8X)

## Title Date Format

This takes any valid momentJS formatting string

![](/files/-MdjSmn5pqMPf4Ou-KDb)

## Left Nav / Middle Nav / Right Nav Buttons

* These will all take any valid formal calendar view name. The following is a list of all accepted view names with this plugin
* Leave empty to remove the button

```
[
timeGridDay,
timeGridWeek,
timelineDay,
timelineWeek,
dayGridDay,
dayGridWeek,
dayGridMonth,
listDay,
listWeek,
listMonth,
listYear,
resourceTimeGridDay,
resourceTimeGridWeek,
resourceDayGridMonth,
resourceDayGridDay,
resourceDayGridWeek,
resourceTimelineDay,
resourceTimelineWeek,
resourceTimelineMonth,
threeDays
fourDays
fiveDays
]
```
