How to determine if a string can convert to datetime

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I use a textbox for user to enter a date.
How can I determine if the string can convert to datetime.
 
ad said:
I use a textbox for user to enter a date.
How can I determine if the string can convert to datetime.

Why on earth would you do that when you can use a DateTimePicker?
 
Back
Top