Check if a date is today
static bool isToday(DateTime date) { return isSameDay(date, DateTime.now()); }