Give us feedback
age-calculator
Reactive icon

Age Calculator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 11 May 2020 by 
4.6
 (5 ratings)
age-calculator

Age Calculator

Documentation
1.0.0

Function GetAge that receives as input the BirthOfDate (Date) and return the Age (integer)

The calculation done is: Age Years =  CurrDate() - DateOfBirth

If the BirthOfDate is null or invalid (for example if is bigger than CurrDate() return -1