Checks if a date is in the future
bool isFuture(DateTime date) { return DateComparisons.isFuture(date); }