How would you calculate age based off a birth date?

  • mpfeil
    Asked on August 3, 2015 at 2:50 PM

    How would you calculate age based off a birth date?

  • Mike
    Replied on August 3, 2015 at 4:06 PM

    Thank you for contacting us.

    We can use the following formula to calculate the age.

    floor ( (CurrentDate - BirthDate) / 365.242 )

    Please see the next animation.

    How would you calculate age based off a birth date? Image 1 Screenshot 20

    In this case we assume that year is by average 365.242 days to consider the leap years. The formula is not 100% correct, but it should work in most of the cases.

    If you need any further assistance, please let us know.

  • mpfeil
    Replied on August 3, 2015 at 6:19 PM
    No go



    ...