Checks if a date is yesterday
bool isYesterday(DateTime date) { return DateComparisons.isYesterday(date); }