Whether this date is at the same moment as other.
other
bool isAtSameMomentAs(Date other) => toDateTime().isAtSameMomentAs(other.toDateTime());