W
Wolf
Hi
I want to split a IDNumber to determine the date of birth.Something
like this.
DateTime dtBirth
split txtIdNumber in yy mm dd
Assume the idnumber = 8210195017089
dtBirth.NewDate(82, 10, 19)
txtBirthdate.text = dtBirth
Can anyone help me please
Thanks in Advance
I want to split a IDNumber to determine the date of birth.Something
like this.
DateTime dtBirth
split txtIdNumber in yy mm dd
Assume the idnumber = 8210195017089
dtBirth.NewDate(82, 10, 19)
txtBirthdate.text = dtBirth
Can anyone help me please
Thanks in Advance