Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format datetime in a grid.
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00935172
Message ID:
00935340
Views:
20
>
>"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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform