Calendar start time
Posted: 2022-09-02 19:31
Hi,
Does anybody know to how to change the start time of the calendar?
Thanks
Does anybody know to how to change the start time of the calendar?
Thanks
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=12&t=4881
Code: Select all
height: 'auto', // https://fullcalendar.io/docs/height
contentHeight: 'auto', // https://fullcalendar.io/docs/contentHeight
aspectRatio: 2.5, // https://fullcalendar.io/docs/aspectRatio
Code: Select all
minTime: '09:00:00', // THIS IS min time in day grid
maxTime: '18:00:00', // THIS IS max time in day grid
Code: Select all
height: 'auto', // https://fullcalendar.io/docs/height
contentHeight: 'auto', // https://fullcalendar.io/docs/contentHeight
aspectRatio: 2.5, // https://fullcalendar.io/docs/aspectRatio
minTime: '09:00:00', // THIS IS min time in day grid
maxTime: '18:00:00', // THIS IS max time in day grid