Help

Re: Formula to calculate age or count days from the current date

747 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Gary_Barnes
4 - Data Explorer
4 - Data Explorer

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

1 Reply 1
Zollie
10 - Mercury
10 - Mercury

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

Take a look at the docs for any future formulas.