kisToday method

bool kisToday()

判断是否为今天

Implementation

bool kisToday() {
  return kisSameDay(DateTime.now());
}