Full unabbreviated year format, e.g. 2017 rather than 17.
@override String formatYear(DateTime date) { return _fullYearFormat.format(date); }