Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set date mark in report field
Message
 
 
À
26/08/2004 22:45:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00936871
Message ID:
00936873
Vues:
24
Thre're at least a dozen ways to do that. :)
Here're a few of them
ldDate = DATE()
? CHRTRAN(DTOC(ldDate), "/", "-")
? TRANSFORM(DTOC(ldDate), "99-99-9999")
SET MARK TO "-"
? ldDate
SET DATE TO USA
? ldDate
...
>
>In my report there is a date field. I want to show that in the following format
>
>27-08-2004 instead of 27/08/2004.
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform