Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer
Message
 
 
To
17/02/2004 10:47:36
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Timer
Miscellaneous
Thread ID:
00877766
Message ID:
00877953
Views:
7
This message has been marked as the solution to the initial question of the thread.
>How do I get rid of the AM and PM at the end of it?
lnSetHours = SET("HOURS")
SET HOURS TO 24
thisform.lblTimer.Caption = ttoc( {^2004-1-1 00:00:00} + ( datetime() - thisform.tStart ), 2 )
SET HOURS TO (lnSetHours)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform