JAVA
-
(Java) Convert milliseconds to minutes and seconds (mm:ss)
For a nice string representation, using the TimeUnit lib: or simply do the math: and back to miliseconds again:
For a nice string representation, using the TimeUnit lib: or simply do the math: and back to miliseconds again: