Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating a date
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Validating a date
Miscellaneous
Thread ID:
01050107
Message ID:
01050107
Views:
47
How to I validate a date?

The user might enter '5/20', from which I create a string of '05/20/05'.

I then convert it to date using:
DateTime dDate = Convert.ToDateTime(sDate);
But if the user enter2 '55/75', my string would then be '55/75/05' and
the conversion to date errors.

I want to validate it before I try to convert.

I'm using C#.

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform