Skip to forum content

LuxCal Web Calendar

The place for news, questions and suggestions

You are not logged in. Please login or register.


Post new reply

LuxCal Web Calendar → Problems → Question - Month View → Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

Topic review (newest first)

3

Work perfect

Thanks

2

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

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

LuxCal Web Calendar → Problems → Question - Month View → Post new reply