if ($view == "calendar") { echo "Calendar View | "; echo "Office View"; } else { echo "Calendar View"; echo " | Office View"; } ?>
= htmlspecialchars($pgName) ?>
";
echo count($spot);
foreach(array_keys($spot) as $tmp){echo "
$tmp"; }
unset($spot["13:45:00"]);
echo " aft count: ".count($spot);
foreach(array_keys($spot) as $tmp){echo "
$tmp"; }
$dateTS = strtotime("2011-03-30 09:00:00");
for ($i = 0; $i <= 3; $i++)
{
echo "
";
echo date("H:i:s", $dateTS);
$dateTS = strtotime("+30 minutes", $dateTS);
}
echo "