|
|
|
|

|
|
<% if 0 then %>
<% end if %>
<%
fp_sQry="SELECT * FROM shows WHERE (showActive = 'Y') ORDER BY showDate DESC"
fp_sDefault=""
fp_sNoRecords="| There are currently no scheduled shows. Check Back Soon! | "
fp_sDataConn="kevinsands"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice="showDate"
fp_sMenuValue="showDate"
fp_iDisplayCols=7
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<%tempDate=FP_FieldVal(fp_rs,"showDate")
if Weekday(tempDate)=1 then totalDate = "Sunday, " End If
if Weekday(tempDate)=2 then totalDate = "Monday, " End If
if Weekday(tempDate)=3 then totalDate = "Tuesday, " End If
if Weekday(tempDate)=4 then totalDate = "Wednesday, " End If
if Weekday(tempDate)=5 then totalDate = "Thursday, " End If
if Weekday(tempDate)=6 then totalDate = "Friday, " End If
if Weekday(tempDate)=7 then totalDate = "Saturday, " End If%>
<%if Month(tempDate)=1 then totalDate = totalDate + "January " End If
if Month(tempDate)=2 then totalDate = totalDate + "February " End If
if Month(tempDate)=3 then totalDate = totalDate + "March " End If
if Month(tempDate)=4 then totalDate = totalDate + "April " End If
if Month(tempDate)=5 then totalDate = totalDate + "May " End If
if Month(tempDate)=6 then totalDate = totalDate + "June " End If
if Month(tempDate)=7 then totalDate = totalDate + "July " End If
if Month(tempDate)=8 then totalDate = totalDate + "August " End If
if Month(tempDate)=9 then totalDate = totalDate + "September " End If
if Month(tempDate)=10 then totalDate = totalDate + "October " End If
if Month(tempDate)=11 then totalDate = totalDate + "November " End If
if Month(tempDate)=12 then totalDate = totalDate + "December " End If%>
<%totalDate = totalDate + CStr(Day(tempDate)) + " " + CStr(Year(tempDate))%>
<%=totalDate%>
<%=FP_FieldVal(fp_rs,"showDescription")%>
<%=FP_FieldVal(fp_rs,"showVenue")%>
<%=FP_FieldVal(fp_rs,"showCity")%>,
<%=FP_FieldVal(fp_rs,"showSt")%>
<%=FP_FieldVal(fp_rs,"showTime")%>
<%=FP_FieldVal(fp_rs,"showTicketInfo")%> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|