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