Results 1 to 3 of 3

Thread: Opposite of DateAdd function ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    1

    Arrow Opposite of DateAdd function ?

    Does anyone know of a way to subtract a date unit from a date?

    Basically I want to be able to subtract a week or month or year from a date.

  2. #2
    nullus
    Guest

    Wink

    this will subtract 5 days

    VB Code:
    1. DateAdd("d", -5, Date)

  3. #3
    New Member
    Join Date
    Jul 2001
    Location
    india
    Posts
    3

    date subtraction

    yu can use cdate fundtion, adn can subtract

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width