判断是否为今天
bool kisToday({bool isUtc = false}) { return kgetDateTime(isUtc: isUtc).kisSameDay(KDateUtils.now()); }