Fei Posted June 25, 2006 Posted June 25, 2006 Hi, I am having a little problem with my calculation of expiry date. I wanted to do base on date of invoice and then calculate the expiry date of the invoice base on given number of months. How do I do it ? Thanks in advance Fei EXPIRE.zip
Lee Smith Posted June 25, 2006 Posted June 25, 2006 (edited) Do you want to add a month, or 30 days to your Creation date. If a month, change your calculation to: Date ( Month ( CREATION ) + WARRANTY MONTH ; Day ( CREATION ) ; Year ( CREATION ) ) If 30 days, change your Warrenty to 30 instead, and your current calculation will work. So that you know, when you add a number to a date in FileMaker, it assumes you are adding days. Lee Edited June 25, 2006 by Guest
Recommended Posts
This topic is 6787 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