Calculate Age from Date of Birth

From SmartWiki
Revision as of 11:01, 3 June 2009 by Cameron (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There is a system function called calage which can be used to calculate a current age when given the Date of Birth:


To display a current age you should create a Calculated Value Custom Field with the following

calage([date of birth])

Note: the calage function actually calculates the number of full years between the current date and the date included in the function.