HOME .Net ASP Assembly C C++ Delphi HTML Java JavaScript MySQL PC interface Powershell Perl PHP VBScript Visual Basic XML
US Job listings
Code snippets RSS feeds Magazines Forum Directory links webmaster resources training
Freelancers Computer book store All products
Free stuff Dropshippers Only PHP Make money from your website Scripts.com - Get the best scripts NOW!
Description
calculate someones age
Author
Anon
Code
Function CalcAge(datEmpDateOfBirth As Variant) As Integer CalcAge = Int(DateDiff("y", CDate(datEmpDateOfBirth), Date) / 365.25) End Function
Information
tested using VB6
Download
calcage.txt