RE: simple date problem major brain fart [CF-Talk]

2000-09-20 Thread Paul Ihrig
ember 07, 2000 3:27 PM To: [EMAIL PROTECTED] Subject:Re: simple date problem major brain fart Actually, you just need a little Dateadd() Stuart Duncan MaracasMedia Inc. At 10:20 AM 9/7/00 -0500, you wrote: >Lets say CurrentDate is 9/7/2000 and you need to do a chec

Re: simple date problem major brain fart

2000-09-07 Thread Stuart Duncan
Actually, you just need a little Dateadd() Stuart Duncan MaracasMedia Inc. At 10:20 AM 9/7/00 -0500, you wrote: >Lets say CurrentDate is 9/7/2000 and you need to do a check to see if >DateToCheck is equal to or greater than CurrentDate - 7 days. if you >subtract 7 from the days you ge

RE: simple date problem major brain fart

2000-09-07 Thread Dan Haley
aveat, you may need the datediff if the time component decides to interfere with what you are doing. Dan -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 9:48 AM To: [EMAIL PROTECTED] Subject: RE: simple date problem major brain fart This

RE: simple date problem major brain fart

2000-09-07 Thread Adrian Cesana
YepNope I think this should do it...you may have to play with it a bit... -Adrian -Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 8:21 AM To: [EMAIL PROTECTED] Subject: simple date problem major brain fart Lets say CurrentDate is

RE: simple date problem major brain fart

2000-09-07 Thread Mark Warrick
- > From: Art Broussard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 07, 2000 8:21 AM > To: [EMAIL PROTECTED] > Subject: simple date problem major brain fart > > > Lets say CurrentDate is 9/7/2000 and you need to do a check to see if > DateToCheck is equal to or grea

Re: simple date problem major brain fart

2000-09-07 Thread Ric Smith
]> Sent: Thursday, September 07, 2000 11:20 AM Subject: simple date problem major brain fart > Lets say CurrentDate is 9/7/2000 and you need to do a check to see if > DateToCheck is equal to or greater than CurrentDate - 7 days. if you > subtract 7 from the days you get 9/0/2000 which is a

Re: simple date problem major brain fart

2000-09-07 Thread Howie Hamlin
ble mail server - Original Message - From: "Art Broussard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 07, 2000 11:20 AM Subject: simple date problem major brain fart > Lets say CurrentDate is 9/7/2000 and you need to do a check to see if &

simple date problem major brain fart

2000-09-07 Thread Art Broussard
Lets say CurrentDate is 9/7/2000 and you need to do a check to see if DateToCheck is equal to or greater than CurrentDate - 7 days. if you subtract 7 from the days you get 9/0/2000 which is an invalid date. Is there an easy way to do this? Please help, my brain is full of gas Art