This commit is contained in:
Dan Olson 2000-05-15 17:49:26 +00:00
parent b17ec4f480
commit 45a724d062
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
{
for ($month = $today['mon'] ; $month > 0 ; $month--)
{
$thing = date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0);
echo '<P>' . $thing;
echo '<P>' .
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0));
}
}
}