Newbies stephbaillie Posted October 12, 2000 Newbies Posted October 12, 2000 Hi I'm looking for a way to add a duration (3 or 6 months) to a date. How can I do that?
Kurt Knippel Posted October 12, 2000 Posted October 12, 2000 quote: Originally posted by stephbaillie: Hi I'm looking for a way to add a duration (3 or 6 months) to a date. How can I do that? Many different ways, here are 2 of them: EndingDate = StartingDate + 90 EndingDate = Date (Month (StartingDate) + 3, Day (StartingDat), Year (StartingDate) ) Both of these add 3 months to the StartingDate. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 9059 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now