Date Looping Using ColdFusion Custom DateLoop Tag

<!--- Loop through all the days in august. --->
<cf_dateloop
	index="dtDay"
	from="8/1/2007"
	to="8/31/2007">
 
	#dtDay#<br />
 
</cf_dateloop>

For Cut-and-Paste