If you have the date in a "date variable" then you can just add numbers to
it to increment/decrement days:
Dim myDay
' The variable will now have a date of 1/1/2004
myDay = DateSerial(1, 1, 2004)
' Add 4 days. The variable will now have 1/5/2004 (US Notation)
myDay = myDay + 4
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
<> wrote in message
news:...
> hi guys, my problem is when to get the date 3 day early, example if the
date is 7/10/2004 and i want to get the date of 3 day early like 4/10/2004,
do u guys have any idea.....thanks
>
> -----------------------------
> This message is posted by http://asp.forumszone.com
>