Dates that are already booked will be colored gold. To view the details for that date, you may click on the Show Details link and the game details will appear in the window. If our schedule is open for a particular date, you can click on the day number to submit an internet game request form. If you would rather speak with someone personally, please click the appropriate link to the left.

"11"){ $thisMonth = "8"; $thisYear = $thisYear + 1; } $numDays = date("t",mktime(0, 0, 0, $thisMonth, 1, $thisYear)); $weekDay = date("w", mktime(0, 0, 0, $thisMonth, 1, $thisYear)); $week1Days = (7 - $weekDay); $numSlots = $numDays + $weekDay; $numWeeks = ceil($numSlots /7); ?>
 "; } // Put the First Weeks Numbers on the Calendar $a = 1; while ($a <= $week1Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; } echo ""; // Put the Second Weeks Numbers on the Calendar echo ""; $week2Days = $week1Days + 7; while ($a <= $week2Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; } // Put the THIRD Weeks Numbers on the Calendar echo ""; $week3Days = $week2Days + 7; while ($a <= $week3Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; } // Put the FOURTH Weeks Numbers on the Calendar echo ""; $week4Days = $week3Days + 7; while ($a <= $week4Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; } // Put the FIFTH Weeks Numbers on the Calendar IF NEEDED $week5Days = $week4Days + 7; echo ""; if ($numWeeks > 4){ while ($a <= $week5Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; if ($a > $numDays) { break; } } } echo ""; // Put the SIXTH Weeks Numbers on the Calendar IF NEEDED $week6Days = $week5Days + 7; echo ""; if ($numWeeks == 6){ while ($a <= $week6Days) { $dayToView = "." . $a . "."; $w = strpos($checkDay, $dayToView); if ($w ===false){ echo ""; } else { echo ""; } $a = $a + 1; if ($a > $numDays) { break; } } } echo ""; ?>
    
Sun Mon Tue Wed Thu Fri Sat
$a
Open
$a
View Details
$a
Open
$a
View Details
$a
Open
$a
View Details
$a
Open
$a
View Details
$a
Open
$a
View Details
$a
Open
$a
View Details