[thelist] ASP Dates

Steve Cook steve.cook at evitbe.com
Mon May 27 09:29:01 CDT 2002


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.


----------------------------------
 Cookstour - http://cookstour.org
----------------------------------

> -----Original Message-----
> From: Paul Backhouse [mailto:paul.backhouse at 2cs.com]
> Sent: den 27 maj 2002 16:19
> To: thelist at lists.evolt.org
> Subject: [thelist] ASP Dates
>
>
> I need to set Tmp values for dates ranging from a StartDate
> and EndDate.
>
> So for each date i need to assign
>
> Date1 = StartDate
> Date2 = DateAdd("d",1,StartDate) Or Date2 = StartDate + 1 etc...
>
> Im having real problems getting this to work - has anyone got
> a good way of
> doing this?
>
<SNIP>



More information about the thelist mailing list