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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceHistoryParser.java130 int day = Integer.parseInt(matcher.group(4));
134 entry.setDate(newDate(year, month, day, hour, minute, second));
171 int day = Integer.parseInt(matcher.group(4));
175 entry.setDate(newDate(year, month, day, hour, minute, second));
207 * @param day the day of the month
208 * @param hour of the day
209 * @param minute of the day
210 * @param second of the day
213 private static Date newDate(int year, int month, int day, in argument
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DPerforceHistoryParserTest.java154 * @param day the expected day of the month
157 HistoryEntry entry, int year, int month, int day) {
162 assertEquals("day", day, cal.get(Calendar.DAY_OF_MONTH));
156 assertDate( HistoryEntry entry, int year, int month, int day) argument

Completed in 18 milliseconds