public class TimeFormatUtil
extends java.lang.Object
| Constructor and Description |
|---|
TimeFormatUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatMs(long milliseconds)
Formats the specified milliseconds to a human readable format
in the form of (Hours : Minutes : Seconds).
|
public static java.lang.String formatMs(long milliseconds)
milliseconds - The time in milliseconds to format