<!--- Get the current date. We are going to Fix() ColdFusion's Now() date/time stamp to remove the time, leaving us with just the date value. ---> <cfset dtToday = Fix( Now() ) />