@fullcalendar/moment-timezone
TypeScript icon, indicating that this package has built-in type declarations

6.1.17 • Public • Published

FullCalendar Moment Timezone Plugin

Enhanced named time zone functionality with Moment Timezone

Installation

First, ensure Moment Timezone is installed:

npm install moment-timezone

Then, install the FullCalendar core package, the Moment Timezone plugin, and any other plugins (like daygrid):

npm install @fullcalendar/core @fullcalendar/moment-timezone @fullcalendar/daygrid

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import momentTimezonePlugin from '@fullcalendar/moment-timezone'
import dayGridPlugin from '@fullcalendar/daygrid'

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [
    momentTimezonePlugin,
    dayGridPlugin
  ],
  initialView: 'dayGridMonth',
  timeZone: 'America/New_York' // enhance named time zones
})

calendar.render()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.1.1712,962latest
5.11.54,672legacy
7.0.0-rc.048rc
7.0.0-beta.41beta

Version History

VersionDownloads (Last 7 Days)Published
6.1.1712,962
7.0.0-rc.048
7.0.0-beta.41
7.0.0-beta.30
7.0.0-beta.10
7.0.0-beta.03
6.1.1511,564
6.1.142,807
6.1.1364
6.1.1231
6.1.112,571
6.1.102,486
6.1.91,296
6.1.81,007
6.1.7236
5.11.54,672
6.1.680
6.1.5510
6.1.4254
6.1.30
6.1.133
6.1.00
5.11.4252
6.0.323
6.0.20
6.0.12
6.0.010
6.0.0-beta.40
6.0.0-beta.30
6.0.0-beta.20
5.11.3847
6.0.0-beta.123
5.11.2112
5.11.01,780
5.10.14,692
5.10.037
5.9.01,276
5.8.05
5.7.273
5.7.0118
5.6.0851
5.5.0196
5.4.0557
5.3.11,494
5.3.01
5.2.00
5.1.00
5.0.00
5.0.0-rc0
4.4.23,772
5.0.0-beta.40
5.0.0-beta.30
5.0.0-beta.20
5.0.0-beta.10
4.4.0226
4.3.0253
4.2.087
4.1.027
4.0.10
4.0.0-beta.40
4.0.0-beta.30
4.0.0-beta.20

Package Sidebar

Install

npm i @fullcalendar/moment-timezone

Weekly Downloads

48,619

Version

6.1.17

License

MIT

Unpacked Size

6.72 kB

Total Files

8

Last publish

Collaborators

  • arshaw
OSZAR »