mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-29 16:08:40 +00:00
Fixing json serialization and reporter
This commit is contained in:
parent
e085879851
commit
a299f0521d
|
|
@ -23,7 +23,7 @@ $calendar = $this->getData('calendar');
|
|||
<?php if($calendar->getDate()->getFirstDayOfMonth() <= $i*7+$j+1 && $calendar->getDate()->getDaysOfMonth() >= $i*7+$j+1) {
|
||||
echo ($i*7+$j+1) . ' ' . jddayofweek($j, 1);
|
||||
} else {
|
||||
echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . jddayofweek($j, 1);
|
||||
echo $current->createModify(0, 0, -2)->format('d') . ' ' . jddayofweek($j, 1);
|
||||
} ?>
|
||||
<ul>
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $calendar = $this->getData('calendar');
|
|||
<?php if($calendar->getDate()->getFirstDayOfMonth() <= $i*7+$j+1 && $calendar->getDate()->getDaysOfMonth() >= $i*7+$j+1) {
|
||||
echo ($i*7+$j+1) . ' ' . jddayofweek($j, 1);
|
||||
} else {
|
||||
echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . jddayofweek($j, 1);
|
||||
echo $current->createModify(0, 0, -2)->format('d') . ' ' . jddayofweek($j, 1);
|
||||
} ?>
|
||||
<ul>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user