static weeksBetween(String firstRulesDate, String secondRulesDate) { return (difference(firstRulesDate, secondRulesDate).inDays / 7).round(); }