Hello,
I am having a nightmare of a time getting seconds converted to
hour-minute-seconds
I have a third party application that outputs only in seconds since
so if someone has been logged in for 1 minute, the time value would be 60,
if they were on for 5 minutes and 3 seconds the value would be 303
what I need is a way to take the 303 seconds and convert it to a human
readable:
0 hours 5 minutes and 3 seconds
and if possible; if hours = 0 then it wouldn't display - the same for
minutes.
Thank you in advance !!
-L"k"
*noob*
I am having a nightmare of a time getting seconds converted to
hour-minute-seconds
I have a third party application that outputs only in seconds since
so if someone has been logged in for 1 minute, the time value would be 60,
if they were on for 5 minutes and 3 seconds the value would be 303
what I need is a way to take the 303 seconds and convert it to a human
readable:
0 hours 5 minutes and 3 seconds
and if possible; if hours = 0 then it wouldn't display - the same for
minutes.
Thank you in advance !!
-L"k"
*noob*
Comment