Full unabbreviated year format, e.g. 2017 rather than 17.
@override String formatYear(DateTime date) => date.year.toString();