I\'m getting a string back from my page and I want to make sure it\'s a date. This is what I have so far (it works) and I just want to know if this is the \"best\" way to do it.
How about DateTime.TryParse and DateTime.TryParseExact?
The first one uses the current cultures date format.