MonthEnd ( StartDate ; Months )
Returns the date of the last day of the month the specified number of months from the StartDate
Average rating: 4.7 (32 votes) Log in to vote
Josh Ormond - Show more from this author
Iozax, LLC http://iozax.com |
2. MonthEnd ( "12/10/2011" ; 1 )
3. MonthEnd ( "12/10/2011" ; 2 )
2. 1/31/2012
3. 2/29/2012
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns the date of the last day of the month the specified number of months from the StartDate. Enter 0 to get the end of the current month.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.