getShortMonthName method

String getShortMonthName()

Implementation

String getShortMonthName() {
  return _local[language]!['short']![hMonth]!;
}