% 'Change this to whatever project this calendar is for strPlace ="McHenry" %>
![]() ![]() ![]() |
![]() |
![]() |
||||
| ")
'Response.Write(" ") 'Response.Write(" | ") 'Response.Write(" | ||||
isFirst = TRUE
While NOT RsQuery.EOF
hasChanged = FALSE
If CDate(RsQuery("Date")) > CDate(EndDate) Then
hasChanged = TRUE
thisMonth = thisMonth + 1
if thisMonth > 12 Then
thisMonth = 1
thisYear = thisYear + 1
End If
StartDate = thisMonth & "/1/" & thisYear
If thisMonth = 2 AND ((thisYear MOD 4) = 0) Then
EndDate = "2/29/" & thisYear
Else
EndDate = thisMonth & "/" & days(thisMonth) & "/" & thisYear
End If
End If
If hasChanged or isFirst Then
%>
|
<%
Response.Write(months(thisMonth) & ", " & thisYear & " | ")
Response.Write(" | ")
Response.Write(" | ")
Response.Write(" ")
Response.Write(RsQuery.Fields("Description"))
Response.Write(" | ")
arrWhen = Split(FormatDateTime(RsQuery.Fields("Date"),1),",")
Response.Write(arrWhen(0) & " | ")
Response.Write("" & arrWhen(1)) Response.Write(" ")
Response.Write(RsQuery.Fields("Location"))
Response.Write(" | |
![]() |
Please contact our Webmaster if you have any questions about navigating the LEAM web |