1
Reply

Date validation

paddylast

paddylast

Oct 15 2004 9:20 AM
2.4k
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)