Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validating a date
Message
De
15/09/2005 19:31:51
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01050107
Message ID:
01050120
Vues:
18
Did you consider the try command?

>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
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform