Checks if a date is tomorrow
bool isTomorrow(DateTime date) { return DateComparisons.isTomorrow(date); }