Check if a date is on Thursday
static bool isThursday(DateTime date) { return date.weekday == DateTime.thursday; }