Returns the number of days between this date and other.
other
int daysBetween(DateTime other) { return other.difference(this).inDays; }