static int countDaysBetween(DateTime startDate, DateTime endDate) { return endDate.difference(startDate).inDays; }