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", "")))