Whether this date is no later than other.
other
bool operator <=(Date other) => _daysSinceEpoch <= other._daysSinceEpoch;