Returns true if today is in the date range.
bool get isNow => now.isBetweenOrEqual(startDate, endDate);