IsLastDayMonth ( TheDate )
Tells if the date is last day of the month
Average rating: 4.5 (27 votes) Log in to vote
Rafael Caballé adventoplus http://adventoplus.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns 0 if TheDate is not the last day of the month and 1 if it is last day
Comments
Raybaudi, Rome Mar 5, 2015 |
||
Why not a simpler: TheDate = Date ( Month ( TheDate ) + 1 ; 0 ; Year ( TheDate ) ) |
||
unix, Japan Mar 5, 2015 |
||
Day ( TheDate + 1 ) = 1 | ||
Rafael Caballé, Barcelona Mar 6, 2015 |
||
Nicer and easier. Thanks! | ||
Raybaudi, Rome Mar 7, 2015 |
||
Ditto ! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.