formatShortDate method

String formatShortDate()

Implementation

String formatShortDate() {
  final f = formatter;
  return '${f.dd} ${f.mN}  ,${f.yyyy}';
}