'; $mostr .= '
' . date("F_Y", mktime(0, 0, 0, date($monthcounter), 1, date($yearcounter))) . ' | ||||||
' . gettext("Mon") . ' | ' . gettext("Tue") . ' | ' . gettext("Wed") . ' | ' . gettext("Thu") . ' | ' . gettext("Fri") . ' | ' . gettext("Sat") . ' | ' . gettext("Sun") . ' |
---|---|---|---|---|---|---|
' . $daycounter . "\r\n"; $daycounter++; $firstdayprinted = TRUE; $mostr .= " | "; } elseif ($firstdayprinted == TRUE && $daycounter <= $numberofdays) { $mostr .= '' . $daycounter . "\r\n"; $daycounter++; $mostr .= " | "; } else { $mostr .= ''; } if ($daycounter > $numberofdays) { while ($positioncounter < 7) { $mostr .= ' | '; $positioncounter++; } } if ($positioncounter == 7) { $positioncounter = 1; $mostr .= " |