Returns a prettified time format (DD:HH:MM:SS) from a count of seconds. All fields will be double-digit, but it is possible that double-digit DD will in fact be three-digit DDD if the day count is huge (i.e. over 99).
DD:HH:MM:SS
DD
DDD
Generated using TypeDoc
Returns a prettified time format (
DD:HH:MM:SS
) from a count of seconds. All fields will be double-digit, but it is possible that double-digitDD
will in fact be three-digitDDD
if the day count is huge (i.e. over 99).