Is there a way to set the time zone?
-
I know that FullCalendar supports setting the time zone (https://fullcalendar.io/docs/timeZone) but I don’t see anything in this plugin’s docs about how to do that – if it’s even possible.
Or maybe it’s there and I’m just missing it.
I did try adding timeZone to the eventTimeFormat section of the FullCalendar config:
“eventTimeFormat”: {
“timeZone”: “America/New York”,
“hour”: “numeric”,
“minute”: “2-digit”,
“omitZeroMinute”: true,
“meridiem”: “short”
}but that didn’t change anything.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.