Go back to the previous page.

%04d %s %d to %04d %s %d
\n", $yearbegin,$monthnames[$monthbegin],$daybegin, $yearnow,$monthnames[$monthnow],$daynow); if ($daygiven!=0 && $monthgiven!=0 && $yeargiven!=0) { printf("You have choosen: %d %s %d.
\n", $yeargiven,$monthnames[$monthgiven],$daygiven); } // if nothing is given, only show the years if ($yeargiven==0 && $monthgiven==0) { echo "

\n"; // if the only year is given, display years and months } elseif ($yeargiven!=0 && $monthgiven==0) { echo "\n"; // if the year and month are given, display years, months and days } elseif ($yeargiven!=0 && $monthgiven!=0) { echo "\n"; } ?>


$Id: daychooser-demo.php,v 1.2 2003/03/15 07:46:31 mavetju Exp $