Check if a date is in the past
static bool isPast(DateTime date) { return date.isBefore(DateTime.now()); }