Convert "x milliseconds" to "A days B hours C minutes D seconds"
807598Apr 12 2006 — edited May 5 2006I'm trying to find an elegant way to convert:
"X milliseconds" pattern to "A days B hours C minutes D seconds"
Currently, I use multiplication and division to get the desired result.
But I was investigating if there's a way to do this using java class?
Thanks in advance for the help