bool isDay(DateTime now) { return now.day == _v.day && now.month == _v.month && now.year == _v.year; }