Searched refs:sccsDateFormat (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java58 DateFormat sccsDateFormat; field in class:SCCSHistoryParser
62 sccsDateFormat = repos.getDateFormat();
81 sccsDateFormat = new SimpleDateFormat("yy/MM/dd", Locale.getDefault());
126 rdate = sccsDateFormat.parse(f[2] + " " + f[3]);

Completed in 7 milliseconds