NextFirstFriday ( theDate )
Finds the next first Friday
Average rating: 4.8 (23 votes) Log in to vote
Sean - Show more from this author
Private |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Enter a date and the function finds the following month's first Friday.
Comments
unix, Japan Sep 27, 2013 |
||
Let ( [ Next1stDate = Date ( Month ( theDate ) + 1 ; 1 ; Year ( theDate ) ) ; Dow = DayOfWeek ( Next1stDate ) ]; Next1stDate + 6 - Mod ( Dow ; 7 ) ) |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.