public class TimeFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.text.DecimalFormat |
od |
protected static java.text.DecimalFormat |
thd |
protected static java.text.DecimalFormat |
twd |
Constructor and Description |
---|
TimeFormat() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
format(long millis)
Format the time.
|