Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grabing the date from a DateTime Field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00462988
Message ID:
00463201
Vues:
15
Leroy,

Try this one;
LPARAMETERS pdDate
LOCAL lcDate
lcDate = ALLTRIM(STR(DAY(ldDate))) + "-" + ;
         LEFT(UPPER(CMONTH(ldDate)),3) + "-" +
         RIGHT(STR(YEAR(ldDate),4,0),2)
RETURN lcDate
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform