What's the nearest equivalent of DateTime.TryParse() in classic asp?

Discovery-G

New Member
I need to do some validation in classic asp on some user-supplied strings to make sure they are valid dates. How can I parse the string to a date while checking for type mismatch exceptions...So far it's looking alot harder than I thought!
 
Back
Top