firstDay FullCalendar

I am trying to change the beginning of the week on the calendar to Monday from the default Sunday. I understand that firstDay = 1 is a Monday, but where exactly to put this line of code? It would be great to add this feature.

Hi.
There is a property in Full Callendar which allows settings starting day of a week . https://fullcalendar.io/docs/weekNumbers
But Wappler does not support it.
Next best option is to set the locale of calendar where Monday is the default first day. You could set locale as “gb-en” (English GB) for this.

1 Like

Thanks Sid, works a treat. I thought being set to auto it would detect we are in the UK anyway.