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!
Trying to configure cpanel's Agora-Project so calendar
Re: Trying to configure cpanel's Agora-Project so calendar
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
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