Calendars of Events in Prior Years

Calendars are presented in Fiscal Years
(April to March)

Next Meeting

The date of the next meeting is #DateFormat(nxtMtg,"mmmm d, yyyy")#.

apr12 = "2007-04-01"; calParams = getFiscalYear(apr12); //get the start and end dates of the current fiscal year

Events From #DateFormat(calParams.startDate,"mmmm yyyy")# To #DateFormat(calParams.endDate, "mmmm yyyy")#

Select meetingDate, location, title, speaker, presentation, music, specialMusic From Meetings Order By meetingDate Start = DateFormat(calParams.startDate,"yyyymm"); End = DateFormat(calParams.endDate,"yyyymm"); Current = DateFormat(meetingDate,"yyyymm"); mtgLink = "/#DateFormat(meetingDate,"mmmyy")#/meeting.cfm";

#DateFormat(meetingDate,"mmmm yyyy")#

#Trim(Title)#

Presentation:

#Trim(presentation)#

Speaker:

#Trim(speaker)#

Music:

#Trim(music)#

Special Music:

#Trim(specialMusic)#

Location:

#Trim(location)#