Obviously I could create a Calendar object with the date and use get(DAY) on it, but knowing Groovy, I would guess there is an easier, quicker way I just don't know about?
Answer
(date1..date2).size() == 1 //true if two dates are on same calendar day