Calendar Date/Time Formatting

Viewing Time Zone

  • This can be set as a fixed timezone and can also be dynamic. This allows you to force any timezone upon the events as they are provided to the calendar (which can also be dynamic)

  • The easiest way to ensure an accurate timezone ID is used here would be to use the Calendar Helper's exposed data Timezone ID

Accepted Calendar Timezone ID's

More Timezone ID Sources

First Day of the Week

  • This is just what it sounds like. Because the day of the week to start isnt always inferred correctly

    • This takes a value based on a 0-indexed day of week value

  • For example, with a value of 3, Wednesday is day 1.

Date Column format

  • This input is used to set the vertical column's date/time format

  • takes any valid momentjs formatting string

  • the following are a couple examples of how this is used.

Time Slot Format

this input sets the time slot format

Custom Day List

takes a list with 7 values. any more or less may not work appropriately

Date w/ Custom Day

  • Check this box to include the Date Column format alongside your custom day name

Time Slot Custom AM / PM

  • You can set both of these to be any string you want!

Calendar Language

  • Change the general display language of your calendar.

  • You must use a language format accepted by Moment.js.

  • The following is a non-inclusive list and you should reference MomentJS's website to be sure.

Display Weekends

  • takes a boolean value where true shows weekends and false hides weekends

Last updated

Was this helpful?