javaMonthShortNames top-level constant

Map<int, String> const javaMonthShortNames

Implementation

const Map<int, String> javaMonthShortNames = {
  1: 'Sur',
  2: 'Sap',
  3: 'Mul',
  4: 'Bakd',
  5: 'JumAw',
  6: 'JumAk',
  7: 'Rej',
  8: 'Ruw',
  9: 'Pas',
  10: 'Saw',
  11: 'Dulk',
  12: 'Bes'
};