Let's say I have two GregorianCalendar dates with the year, the month and the day from the month and they give me another GregorianCalendar date.
Is there a defined method to check if the given date is between the other two dates?
If not, would I need to start comparing the years, then the months and finally the day?