Returns the whole day difference from this date to other.
other
int daysUntil(DateTime other) => other.dateOnly.difference(dateOnly).inDays;