Re: how to minus a date?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Steve C. Orr [MVP, MCSD] (Steve_at_Orr.net)
Date: 01/18/05


Date: Tue, 18 Jan 2005 15:32:27 -0800

Maybe you're looking for the Date.Subtract method?

In VB.NET you could also use the DateDiff function.

-- 
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Asha" <Asha@discussions.microsoft.com> wrote in message 
news:B896D9D2-6EA1-4F72-9568-9ABF84421BB7@microsoft.com...
> hello... can someone tell me how to minus a date value?
> e.g. 17/01/2005 - 1 would be 18/01/2005
>
> can someone show me how this is done?