IncrementDate ( StartDate ; Frequency )
Returns a date incrementally later than StartDate.
Average rating: 4.5 (34 votes) Log in to vote
Kevin Bache None www.none.com |
IncrementDate ( "8/31/07" ; "Monthly" )
IncrementDate ( "11/29/07" ; "Semi-Monthly" )
IncrementDate ( Get ( CurrentDate ) ; "Quarterly" )
9/30/2007
12/15/2007
2/7/2008
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Simple function that returns a date incrementally later than StartDate.
Accepted increments are:
Weekly
Bi-Weekly
Semi-Monthly
Monthly
Bi-Monthly
Quarterly
Semi-Annually
Annually
Bi-Annually
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.