Entries

Age

if(empty(prop("Date of Birth")) or now() < prop("Date of Birth"), "", if(dateBetween(now(), prop("Date of Birth"), "years") > 0, format(dateBetween(now(), prop("Date of Birth"), "years")) + "y ", "") + if(dateBetween(now(), prop("Date of Birth"), "months") % 12 > 0, format(dateBetween(now(), prop("Date of Birth"), "months") % 12) + "m", if(dateBetween(now(), dateAdd(prop("Date of Birth"), dateBetween(now(), prop("Date of Birth"), "years"), "years"), "days") < 31, format(dateBetween(now(), dateAdd(prop("Date of Birth"), dateBetween(now(), prop("Date of Birth"), "years"), "years"), "days")) + "d", "")))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>