Topic: Question - Month View
Hi
I have Weeks to show in Month view set to 2.
My calendar shows previous week and current week, can this be changed to current week and next week?
Thanks
Mattie
You are not logged in. Please login or register.
LuxCal Web Calendar → Problems → Question - Month View
Pages 1
Hi
I have Weeks to show in Month view set to 2.
My calendar shows previous week and current week, can this be changed to current week and next week?
Thanks
Mattie
Hi Mattie,
There is no setting for this. However, a minor change to the code will do the trick:
Edit the file "views/month.php" and change line 76 from . . .
$st = $tcDate - ($sOffset + 7) * 86400; //start time (1 past week)
to . . .
$st = $tcDate - $sOffset * 86400; //start time
Roel
Pages 1
LuxCal Web Calendar → Problems → Question - Month View