Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi everyone, this is my first query, I want to know if should be posible to start the weeks in the calendar on mondays instead of sundays by default

If any find a way, please let me know, cause in my country week start on monday.

Thanks in advance
Hi and welcome to our forums.

The 'calendar' tag (http://www.couchcms.com/docs/tags-refer ... endar.html) has a parameter 'week_starts' that can be set to change the day the calendar starts from.

To quote from the documentation -
Code: Select all
week_starts
This parameter sets the first day of the weeks as shown by the calendar.
It is a numeric value ranging from 0 (Sunday) to 6 (Saturday). If skipped, the default is 0 (Sunday).

So to make the calendar begin from Monday, you can set the 'week_starts' parameter to '1'.

Hope this helps. Do let us know.
2 posts Page 1 of 1