|
static String | format (Date begin, Date end) |
|
static String | format (long hours) |
|
◆ format() [1/2]
static String org.turro.elephant.util.DurationFormats.format |
( |
Date |
begin, |
|
|
Date |
end |
|
) |
| |
|
static |
Definition at line 32 of file DurationFormats.java.
33 return replaceMacros(
new ShowDuration(begin, end).toString());
◆ format() [2/2]
static String org.turro.elephant.util.DurationFormats.format |
( |
long |
hours | ) |
|
|
static |
Definition at line 36 of file DurationFormats.java.
37 return replaceMacros(
new ShowDuration(hours).toString());
The documentation for this class was generated from the following file: