Convert Integer (seconds) to hh:mm:ss
Posted by JAF on February 04, 2002 9:39 AM
Hiya
I'm trying to work out a formula that will take an integer value (a number of seconds) and convert it into a genuine time.
I've got several formulas that convert into Hours and Minutes, but none that generate Hours, Minutes AND Seconds.
Example:
58 = 00:00:58
64 = 00:01:04
3662 = 01:01:02
etc.
Any suggestions....?