The time in milliseconds to be converted.
The delimiter to be used in the resulting string. Defaults to '.'.
The time as a string, formatted with the specified delimiter.
Will throw an error if the provided time integer is not valid.
timeIntToString(1500, ':'); // Returns '1:500'
Generated using TypeDoc
Converts a time integer to a string.