[thelist] ASP Dates

Paul Backhouse thelist at lists.evolt.org
Mon May 27 09:38:01 2002


cheers steve

-----Original Message-----
From: thelist-admin@lists.evolt.org
[mailto:thelist-admin@lists.evolt.org]On Behalf Of Steve Cook
Sent: 27 May 2002 15:34
To: 'thelist@lists.evolt.org'
Subject: RE: [thelist] ASP Dates


Do a datediff (in days) between StartDate and EndDate then do a for...next
loop from 0 to the date difference. Then use an array for your different
dates.