Checks if this is after the date of other, ignoring time.
this
other
bool isAfterDate(DateTime other) => dateOnly.isAfter(other.dateOnly);