Sandy R Posted July 14, 2004 Posted July 14, 2004 I need to have a script or function that returns the date of the "next" week from the current date ... In other words, the date 7 days in the future. I can't seem to cobble together the right combination of calcuations...any date calculation gurus out there ;-) thanks..Sandy
LaRetta Posted July 14, 2004 Posted July 14, 2004 Hi Sandy, If you want exactly 7 days ahead of the current date, try: Get ( CurrentDate ) + 7 LaRetta
Sandy R Posted July 14, 2004 Author Posted July 14, 2004 Can we all say duhhh ;-) Thanks! I had tried Get(CurrentDate +7) but that doesn't fly. Will this work over a year boundary? Sandy
LaRetta Posted July 14, 2004 Posted July 14, 2004 Yep, it will work over the year boundary. FM is great at keeping track of its date fields. And it will keep appropriate track over the month boundary as well - even leap year. If this is a calculation, set it to 'Unstored.'
Recommended Posts
This topic is 7507 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