Age in Years & Months

Age in Years & Months

From
Reddit
Status
Updating
Share
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", "")))
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!