Relative Content

Tag Archive for fullcalendar

Locale pt-br adds dot to weekdays

When using locale: 'pt-br' it adds a “.” dot to all weekdays and make them also lowercase, I’ve imported the pt-br.global.js file but there is no reference for weekday or month. Any way to fix that?

Show day header in timeline fullcalendar

is there a way to show the day in the header of the resource timeline using https://fullcalendar.io/.
For example for a week display i can see the days (image below) :
enter image description here

Apply minimum time on first day of my resource timeline only

is there a way to apply something similar to slotMinTime (which determines the first time slot displayed for each day), but only at the beginning of my timeline? For example, if I have a 3-day resource timeline view and set the start time to 07:00, I want my resource timeline to start from 07:00 on the first day and extend to the third day, including all other times.