bool isSameWith(DateModel dateModel) { return year == dateModel.year && month == dateModel.month && day == dateModel.day; }