Check if a date is in the future
static bool isFuture(DateTime date) { return date.isAfter(DateTime.now()); }