Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert Date
Message
De
24/09/2008 13:17:25
 
 
À
23/09/2008 20:02:39
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01350071
Message ID:
01350245
Vues:
14
>Is there a simple way to convert this:
>
>"2002/01/23"
>
>to this?
>
>"01/23/2002"
>
>It actually starts out as this:
>
>"20020123"
>
>If that matters.
cDate = "20020123"
?Substr(cDate,5,2) + "/" + Substr(cDate,7,2) + "/" + Substr(cDate,1,4)
Carlos Alloatti
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform