[Solved] I need to convert a Seconds into Time

I have a timer that counts up in seconds and what i need is to output a string like [DD:HH:MM:SS].

There is an extension for it.
How to search and install an extension.

1 Like

Or you can use something like this… (My variable Time2 is the one that counts seconds)

What you do is divide the days variable by 86400, the hours by 3600 and the minutes by 60