formatMonthShort method

String formatMonthShort()

Implementation

String formatMonthShort() {
  return "$day ${getMonthShort()} $year";
}