[thelist] ASP Dates

Paul Backhouse paul.backhouse at 2cs.com
Mon May 27 09:39:00 CDT 2002


darren,
	its finding the range of dates - i need each date between StartDate and
EndDate and then need to assign the value to something.

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of darren
Sent: 27 May 2002 15:35
To: thelist at lists.evolt.org
Subject: Re: [thelist] ASP Dates


On Monday, May 27, 2002 at 15:19, Paul Backhouse wrote:

PB> Date1 = StartDate
PB> Date2 = DateAdd("d",1,StartDate) Or Date2 = StartDate + 1 etc...

PB> Im having real problems getting this to work - has anyone got a good way
of
PB> doing this?

what's the problem??  as long as StartDate is a valid date the DateAdd(...)
should work fine.

PB> can be done multiple times - anyone know of a good calender in ASP that
i
PB> can use for this as the one im using doesn't seem to be working with
this.

if you find one, can you let me know.  i ended up hacking a solution in a
combination of js and asp...rather messy!

darren.

--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list