D
Dave
Hi,
I have a textbox that the user inserts the date of birth in the format
dd/mm/yyyy, I'm validating it with regex
to set the value to a Date variable, I have
dBithDay = CDate(txtBDate.txt)
but if the user enters 01/02/1980, the month of the date variable is 01
instead of 02.
should I use substring??
Thanks!
I have a textbox that the user inserts the date of birth in the format
dd/mm/yyyy, I'm validating it with regex
to set the value to a Date variable, I have
dBithDay = CDate(txtBDate.txt)
but if the user enters 01/02/1980, the month of the date variable is 01
instead of 02.
should I use substring??
Thanks!