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