Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting string to date
Message
 
 
À
14/05/2006 09:50:33
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01121705
Message ID:
01123072
Vues:
17
do you mean instead this ?
if(CDate.Parse(DtpCCValidUpto.text)<Now()) Then
instead of the following wrong line?
if(CDate(DtpCCValidUpto.text)<Now()) Then
   MessageBox.Show ("Invalid date.")
   DtpCCValidUpto.Focus()
   Return
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform