Tring to display my seconds as minutes instead

Hi everyone, just trying to simply convert some seconds into minutes so when i start a macro i can have it display the amount of time it will take to complete (I.E.: Macro will complete in 1:20). Thanks!

This can be done using native non-script KM Actions, but I prefer the compactness and reusability of a script. See:

Script: Convert Seconds to HH:MM:SS<.nnn>

Thank you! I'll give it a try