Contact Us
Events
|
|
| S | M | T | W | R | F | S |
\n";
}
for ($j=1; $j<=$monthlen; $j++) {
if ($dayofweek==0 && $j>1) {
print "
\n";
}
if ($i==0 && $j==$daynum) {
$colorstr = " bgcolor=d0d0d0";
$daystr = "" . $j . "";
}
else {
$colorstr = "";
$daystr = $j;
}
printf("| %s | \n",
$colorstr, $yearnum - 2000, $monthnum, $j, $daystr );
$dayofweek = ($dayofweek + 1) % 7;
}
// Pad with empty slots at the end of the month? -TDP
?>
12) {
$monthnum = 1;
}
}
?>