08-13-2010 05:23 AM
Hello,
i want to convert the number of seconds in the format d:h:m:s or h:m:s (when i can display more then 24 hours).
For example:
1 = 0:00:00:01 or
86400 = 1:00:00:00 or
551571 =6:09:12:51
OR
1 = 00:00:01 or
86400 = 24:00:00 or
551571 = 153:12:51
seconds is a number and the converted result is a string.
greetings
Schwede
LV8.5.1
Solved! Go to Solution.
08-13-2010 06:24 AM
Do you want something like this
see attachement