Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format datetime in a grid.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00935172
Message ID:
00935340
Vues:
22
>
>"IIF( EMPTY( V_resident.dsortie ) , [] , Left(TTOC(V_resident.dsortie), 16))">
>
>I have a last problem now.
>I have 08/08/2004 8:34 and I would like to have 08/08/2004 08:34
>

Bernhart,

Try
LEFT(TTOC(V_resident.dsortie),10) + " " + TRANSFORM(SUBSTR(TTOC(V_resident.dsortie,1),9,4), "@R 99:99")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform