-
public class TimeFormatUtil
-
-
Method Summary
-
-
Method Detail
-
formatMs
static String formatMs(long milliseconds)
Formats the specified milliseconds to a human readable formatin the form of (Hours : Minutes : Seconds). If the specifiedmilliseconds is less than 0 the resulting format will be"--:--" to represent an unknown time
- Parameters:
milliseconds- The time in milliseconds to format
-
-
-
-