Is there a way to compare two calendar objects, but ignore milliseconds?
I have written a test case that compared two calendar objects, but there is a p
Remove milliseconds from your calendar
cal.set(Calendar.MILLISECOND, 0);