Getting Week, Month, And Year Dates Based On A Given Date In ColdFusion

<!---
	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() ) />

For Cut-and-Paste