static int diffDays(DateTime minorDate, DateTime majorDate) { return majorDate.difference(minorDate).inDays; }