meeting-room-booking-system / mrbs-code

MRBS application code
Other
127 stars 62 forks source link

Week calendar #2145

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hi, how to make the week calendar start with the current date (for example, starting for today from Friday, that is Friday in the first table) and then seven days in advance, not to continually start from Monday

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1435

Attachments: https://sourceforge.net/p/mrbs/support-requests/1435/attachment/week_table.JPG

jberanek commented 6 years ago

Assuming you are using 1.7.0, then try adding the following line at line 9 of week.php, ie just after the require statements:

$weekstarts = date('w');

Original comment by: campbell-m

jberanek commented 6 years ago

Its work! Thank you SIR!

Original comment by: *anonymous