Age ( dateCurrent ; dateBirth )
Return age based on dateCurrent and dateBirth.
Be the first to rate this function Log in to vote
Koji Takeuchi - Show more from this author
TonicNote, Inc. https://tonicnote.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Age ( dateCurrent ; dateBirth )
2021.02.27, Koji Takeuchi
description:
Return age based on dateCurrent and dateBirth.
Params:
dateCurrent Current date." & ¶ &
(Complemented by Get ( CurrentDate ) when leave it blank. )" & ¶ &
dateBirth Date of Birth." & ¶ &
Example:
Age ( Get ( CurrentDate ) ; "1980/10/1" )
-> 40 (When current date is 2021/9/1.)
Age ( "" ; "1980/10/1" )
-> 40 (When current date is 2021/9/1.)
Age ( "" ; "?" ) Specifying "?" to any of parameter will show this help.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.