8 : <!---<CFSET PrevMonth = #DateFormat(#DateAdd("m", -1,"#ThisDate#")#, "mm/dd/yy")#>--->
9 : <CFSET NextMonthString = #MonthAsString(DatePart("m",#DateAdd("m", 1,"#ThisDate#")#))#>
10 : <CFSET tNextMonth = #DateAdd("m", 1,"#tThisDate#")#>
11 : <!---#DateFormat(#DateAdd("m", -1,"#ThisDate#")#, "mm/dd/yy")#>--->
12 : <CFSET tMonth = #MonthAsString(DatePart("m",tThisDate))#>
|