Searched defs:timeWithSecondsDF (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java41 private final static DateFormat timeWithSecondsDF = new SimpleDateFormat("HH:mm:ss"); field in class:Formatter
87 return dateDF.format(time) + " " + timeWithSecondsDF.format(time);

Completed in 40 milliseconds