Returns the number of days until other (negative if other is past).
other
int daysUntil(DateTime other) => other.difference(this).inDays;