formatMonthYear method

String formatMonthYear()

Implementation

String formatMonthYear() {
  final f = formatter;
  return '${f.yyyy}/${f.mm}';
}