Gets the number of days until other date
other
int daysUntil(DateTime other) { return other.difference(this).inDays; }