<=> — Compares a Date
dateObj.<=>(date)
#<=> compares dateObj with date and returns -1 if dateObj is less than date, 0 if they are equal or 1 if date is less than dateObj.