deleted

deleted

How can I display time as Min"Sec or Min.Sec (for example 0.59 to 1.00 to 1.59 etc) instead of milliseconds without using too much storage?

There are at most 60 seconds in a minute, so you're going to need at least six bits to represent that number.