Am trying to work out the current age from a date of birth - am using an equation field. Can someone help with the correct syntax please ... whatever I try does not work!
getDateYear(CurrentYear))-getDateYear({Date of Birth})
Thanks
Am trying to work out the current age from a date of birth - am using an equation field. Can someone help with the correct syntax please ... whatever I try does not work!
getDateYear(CurrentYear))-getDateYear({Date of Birth})
Thanks
It has to do with the way dates are stored, zero being 01/01/1970 usually.
Change your operator from > to != (does not equals).
Does either of these approaches work from the documentation? See http://helpdesk.knackhq.com/support/solutions/articles/5000642485-calculate-age-in-years-from-birthday