The number of whole days from this date to other.
other
Is negative if other is before this date.
int dayDifference(Date other) => other._daysSinceEpoch - _daysSinceEpoch;