Oh My God... You would think he could have doubled the speed of the loop
with step=2..... LOL :-)

Oh Dear,

~Justin

> <cfset date1 = createdate(2000,5,16)>
> <cfset date2=date1>
> <cfloop index="i" from=1 to=180>
> <cfset date2=dateAdd("d",1,date1)>
> </cfloop>
> <cfoutput>
> #dateformat(date1)#<br>
> #dateformat(date2)#
> </cfoutput>



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to