Calculate a persons age
Calculate a persons age
Rate Calculate a persons age
(2(2 Vote))
CalcAge = Int(DateDiff("y", CDate(datEmpDateOfBirth), Date) / 365.25)
End Function
Calculate a persons age Comments
No comments yet — be the first to post one!
Post a Comment