Posts by Jose Mascari Neto • 1 point
1 post
-
0
votes3
answers1236
viewsA: Calculate age by date of birth
Public Function CalculaIdade(ByVal dDataNasc As Date, Optional ByVal dDataHoje As Date = Nothing) As String Dim cResult As String = "" If dDataHoje = Nothing Then dDataHoje = Today End If If…
visual-basic-6answered Jose Mascari Neto 1