random976 Posted December 8, 2008 Share Posted December 8, 2008 how can I calculate how many days have transpired from a particular date. in one field I have an automatic date/timestamp, so I want to be able to take that data and calculate how many days have past from that day. thank you. Link to comment Share on other sites More sharing options...
LaRetta Posted December 8, 2008 Share Posted December 8, 2008 Hi Random976! Welcome to the greatest FileMaker community! Calculation (result of number) would be: If ( TimeStampField ; Get ( CurrentDate ) - GetAsDate ( TimeStampField ) ) Be sure to set the calculation as unstored in Storage Options by checking 'Do not store calculation results.' LaRetta :wink2: Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5756 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