Problems, need help? Have a tip or advice? Post it here.
14 posts Page 2 of 2
Please, a little help anybody - how to modyfy calendar to make a week starting from monday not sunday ?
Viktor341 wrote: Please, a little help anybody - how to modyfy calendar to make a week starting from monday not sunday ?

A little search gives a perfect match to your question viewtopic.php?f=4&t=659&p=1246&hilit=calendar+monday#p1246
Thanks..
and working example is

<cms:calendar week_starts='1'>
<table class="calendar_big" align="center">
<tr>
<th colspan="7"><cms:date k_calendar_date format='F Y'/></th>
</tr>
<tr>
<cms:repeat count='7'>
<td class="months_heading"><cms:zebra 'M' 'T' 'W' 'Th' 'F' 'S' 'Su'/></td>
@Viktor341, thanks for posting your code :)
14 posts Page 2 of 2
cron