1
Answer

Date validation

paddylast

paddylast

12y
2.4k
1
I have a win form with a textfield for a date and a validation button with: myDate = txtDate.Text; I want to validate this as a valid date in my code rather that on the client. Is there an easy way to do this? Thanks.
Answers (1)