41 JANURARY(Bundle.MonthAbbreviation_januraryAbbrev()),
42 FEBURARY(Bundle.MonthAbbreviation_feburaryAbbrev()),
43 MARCH(Bundle.MonthAbbreviation_marchAbbrev()),
44 APRIL(Bundle.MonthAbbreviation_aprilAbbrev()),
45 MAY(Bundle.MonthAbbreviation_mayAbbrev()),
46 JUNE(Bundle.MonthAbbreviation_juneAbbrev()),
47 JULY(Bundle.MonthAbbreviation_julyAbbrev()),
48 AUGUST(Bundle.MonthAbbreviation_augustAbbrev()),
49 SEPTEMBER(Bundle.MonthAbbreviation_septemberAbbrev()),
50 OCTOBER(Bundle.MonthAbbreviation_octoberAbbrev()),
51 NOVEMBER(Bundle.MonthAbbreviation_novemberAbbrev()),
52 DECEMBER(Bundle.MonthAbbreviation_decemberAbbrev());
62 return this.abbreviation;
73 for(
int i = 0; i < months.length; i++) {