emaduddeen
Well-known member
- Joined
- May 5, 2010
- Messages
- 171
- Location
- Lowell, MA & Occasionally Indonesia
- Programming Experience
- Beginner
Hi Everyone,
In my "Select" statement I have this:
Int((Date()-dob)/365.25) AS Age
I would like to do the same thing in VB .NET code. Can you show me how to do it?
I plan to do something like:
editBoxAge.Text = .......
dob would be stored in datePickerDob.Text
Thanks.
Truly,
Emad
In my "Select" statement I have this:
Int((Date()-dob)/365.25) AS Age
I would like to do the same thing in VB .NET code. Can you show me how to do it?
I plan to do something like:
editBoxAge.Text = .......
dob would be stored in datePickerDob.Text
Thanks.
Truly,
Emad