Difference in years between self and other

Property definitions

date $ Date :: diff_years
	# Difference in years between `self` and `other`
	fun diff_years(other: Date): Int do return year - other.year
lib/date/date.nit:129,2--130,61