Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 31st, 2005, 01:05 AM
Bill
Guest
 
Posts: n/a
Default rendered date

Is there some sort of formula that anyone knows of that it if provied
it was a date it will tell me was the date was a number of days before
it.

Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
what the date was 90 days ago....

  #2  
Old December 31st, 2005, 01:15 AM
Rick Brandt
Guest
 
Posts: n/a
Default Re: rendered date

Bill wrote:[color=blue]
> Is there some sort of formula that anyone knows of that it if provied
> it was a date it will tell me was the date was a number of days before
> it.
>
> Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
> what the date was 90 days ago....[/color]

=DateAdd("d", -90, YourDate)

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #3  
Old December 31st, 2005, 01:15 AM
salad
Guest
 
Posts: n/a
Default Re: rendered date

Bill wrote:[color=blue]
> Is there some sort of formula that anyone knows of that it if provied
> it was a date it will tell me was the date was a number of days before
> it.
>
> Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
> what the date was 90 days ago....
>[/color]
Yeah. It's called DateAdd. You can even subtract time periods from it.

If you want to find time differences between dates, try DateDiff
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles