hashcode operator
@override int get hashCode { return year.hashCode ^ month.hashCode ^ day.hashCode; }