Skip to main content

I am trying to calculate the age of a member by counting the number of days between two date: Birthdate and the current date (auto entered) and divide by 365

DATETIME_DIFF( TODAY(), {Birthdate}, 'years')


Take a look at the docs for any future formulas.


Reply