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