Searched defs:dateFormatter (Results 1 - 3 of 3) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | DirectoryListing.java | 68 * @param dateFormatter the formatter to use for pretty printing dates 73 Format dateFormatter) 81 out.write(dateFormatter.format(lastm)); 137 Format dateFormatter = new SimpleDateFormat("dd-MMM-yyyy", Locale.getDefault()); 143 printDateSize(out, dir.getParentFile(), null, dateFormatter); 182 printDateSize(out, child, modTimes.get(file), dateFormatter); 72 printDateSize(Writer out, File child, Date modTime, Format dateFormatter) argument
|
/opengrok/test/org/opensolaris/opengrok/web/ |
H A D | DirectoryListingTest.java | 52 private SimpleDateFormat dateFormatter; field in class:DirectoryListingTest 56 dateFormatter = new SimpleDateFormat("dd-MMM-yyyy"); 178 : dateFormatter.parse(value).getTime();
|
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | Node.java | 118 protected static final Format dateFormatter = new MessageFormat( field in class:Node
|
Completed in 8 milliseconds