AgeToTextLong returns the text equivalent of an age the form of “Y years M months”.
For example, AgeToTextLong(65.33) returns “65 years 4 months”.
Syntax
AgeToTextLong (Age)
Parameter Name |
Description |
Age |
Age
as a number, in years and whole months. |
Related Topics