GUAC-1193: Implement front end for connection history.

This commit is contained in:
James Muehlner
2015-10-13 23:38:55 -07:00
parent 03c1ac1876
commit fdbc68bb92
11 changed files with 357 additions and 41 deletions

View File

@@ -215,7 +215,7 @@ public class ConnectionRecordSearchTerm {
startCalendar.clear();
startCalendar.set(
Integer.parseInt(year),
parseInt(month, 0),
parseInt(month, 1) - 1,
parseInt(day, 1)
);