static int daysBetween(String firstRulesDate, String secondRulesDate) { return difference(firstRulesDate, secondRulesDate).inDays; }