Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>str2time() convert a time string with the format hhmmss to hh:mm:ss</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STR2TIME()  Convert a time string with the format HHMMSS to HH:MM:SS

 Syntax....: STR2TIME( Tm )
 Parameters: <expC>: Tm = a time string ( "HHMMSS" )

 Returns...: <expC>: an 8 character time string ( "HH:MM:SS" )
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: newtime= STR2TIME( "140530" )         && Result: "14:05:30"


See Also: STR2DATE DATE2STR TIME2STR FDATETIME

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson