Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Military Time
Message
From
03/08/2007 06:58:13
 
 
To
01/08/2007 16:35:31
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01245247
Message ID:
01245738
Views:
27
>>>How can I convert the following to non-military time? And yes, before the jokes start, the "13:45" is a value in an array. I can't just retype it to "1:45" instead. Thanks!
>>>
>>>
>>>(RIGHT( "0" + ALLTRIM( "13:45" ), 5 ))
>>>
>>
>>If you like a complicated way, assuming you have set hours 12 (although it works for me with set hours 24 contrary of what the help says, or I am reading too fast)
>>
>>
>>lcTime = '13:45'
>>? Ttoc(Ctot(Transform(Dtos(Date()), '@R 9999-99-99') + 'T' + lcTime), 2)
>>
>
>Hi Hugo,
>
>Your solution is the closest so far, it returns correct results for quasi military time with a ":". However, it doest work with real military time.
What is REAL military time?
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform