MonthsBetween ( InDate1 ; InDate2 )
Calculate the months between two given dates (non-recursive)
Be the first to rate this function Log in to vote
Richard DeShong - Show more from this author
Logic Tools http://logictools.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Calculate months between 2 given dates (InDate1 and InDate2).
Uses the actual number of months between the two dates.
Does NOT use an Average-Days-Per-Month type calculation.
Uses the actual number of days in the two months of each date,
to calculate a percent remaining and used.
And then adds the number of months between the two dates.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.