Looping through dates using CFSCRIPT

2001-11-12 Thread Aidan Whitehall
Can anyone give me a rough idea how you'd write this loop so it can be put inside a CFSCRIPT block? CFLOOP FROM=#Attributes.StartDate# TO=#Attributes.EndDate# INDEX=Date Some stuff here... /CFLOOP Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: Looping through dates using CFSCRIPT

2001-11-12 Thread Craig Dudley
]] Sent: 12 November 2001 10:40 To: CF-Talk Subject: Looping through dates using CFSCRIPT Can anyone give me a rough idea how you'd write this loop so it can be put inside a CFSCRIPT block? CFLOOP FROM=#Attributes.StartDate# TO=#Attributes.EndDate# INDEX=Date Some stuff here... /CFLOOP