static int monthsBetween(String firstRulesDate, String secondRulesDate) { return (difference(firstRulesDate, secondRulesDate).inDays / 30).round(); }