G
Guest
What is the best way to validate a date? I want the user to type in
mm/dd/yyyy without any letters and only use the slashes. I tried inStr and
that wasn't working to well and I have a for loop but I'm not sure on syntax
to see first off if every character is a number and to make sure the slashes
are in there.
Thanks.
mm/dd/yyyy without any letters and only use the slashes. I tried inStr and
that wasn't working to well and I have a for loop but I'm not sure on syntax
to see first off if every character is a number and to make sure the slashes
are in there.
Thanks.