Sep 15, 2020 07:36 PM
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
Sep 24, 2020 12:34 PM
DATETIME_DIFF( TODAY(), {Birthdate}, 'years')
Take a look at the docs for any future formulas.