Page 1 sur 1

Trying to configure cpanel's Agora-Project so calendar

Publié : 09 mars 2025, 13:12
par oklord
is displayed with Sunday as the first day of the week not Monday.
What configuration file and what variable do I change?
Also how do I change the date format to MM-DD-YYYY?
And how do I change the time to 12 hr from 24hr?
Thanks so much!

Re: Trying to configure cpanel's Agora-Project so calendar

Publié : 19 mars 2025, 18:05
par xech
Hello,

In calendars, weeks start on Monday and end on Sunday: see "strtotime()" lines 47-57 of the file "app/ModCalendar/CtrlCalendar.php". If this is not the case, you might need to check your server configuration and the implementation of the PHP "strtotime()" function.

More information on this page : https://www.php.net/manual/en/function.strtotime.php

Best regards
Xech