phew, that was a scary 5 minutes...
 
was using session.searchdatestart instead of variables.searchdatestart:
 
 <cfif IsDefined("form.searchyearstart")>
 
 <cfset thisdatestart = "#form.searchyearstart#-#form.searchmonthstart#-#form.searchdaystart#">
 <cfset searchdatestart = CreateODBCDate(variables.thisdatestart)>
 <cfset session.searchdatestart = DateFormat(variables.searchdatestart, 'dddd mmmm d, yyyy')> 
 
 </cfif>
ta
 
Ian W
 

Reply via email to