formatYear method

String formatYear()

Implementation

String formatYear() {
  final f = formatter;
  return f.yyyy;
}