Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to convert date to words
Message
De
27/03/2003 12:23:06
 
 
À
27/03/2003 12:15:53
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00770814
Message ID:
00770817
Vues:
19
>Are there any VFP functions or 3rd party routines that can convert a date to text. IE 11/23/2002 converts to "23rd day of November, 2002"
>
>Thanks for you help
>Stephen Hunt

in the format you show, to my knowledge there is no native command, but you can use:

set date to short
?date()
set date to long
?date()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform