Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting time from datetime
Message
 
 
To
24/10/2002 16:44:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00715147
Message ID:
00715149
Views:
9
>I'm surprised not to find a function to extract time from datetime field. Is there one?
>
>Alex

There's ? TTOC(ldDt,2) but its result depends on VFP date/time settins. It's better to use
? TRANSFORM(RIGHT(TTOC(ldDt,1),6), "@R 99:99:99")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform