Check if a date is on Friday
static bool isFriday(DateTime date) { return date.weekday == DateTime.friday; }