判断日期相同
bool equalsDay(String? locDay) { return toDatetime()?.equalsDay(locDay?.toDatetime()) ?? false; }