public class ComputeShortFormatSymbols extends DateFormatSymbols
Constructor and Description |
---|
ComputeShortFormatSymbols() |
Modifier and Type | Method and Description |
---|---|
String |
getShortMonth(int i)
Gets short month strings.
|
String[] |
getShortMonths()
Gets short month strings.
|
String |
getShortWeekday(int i)
Gets short weekday strings.
|
String[] |
getShortWeekdays()
Gets short weekday strings.
|
getAmPmString, getAmPmStrings, getEra, getEras, getInstance, getMonth, getMonths, getWeekday, getWeekdays, setAmPmStrings, setEras, setMonths, setShortMonths, setShortWeekdays, setWeekdays
public String getShortMonth(int i)
DateFormatSymbols
getShortMonth
in class DateFormatSymbols
i
- the number of the month.public String[] getShortMonths()
DateFormatSymbols
getShortMonths
in class DateFormatSymbols
public String getShortWeekday(int i)
DateFormatSymbols
getShortWeekday
in class DateFormatSymbols
i
- the number of the weekday.Calendar.SUNDAY
, Calendar.MONDAY
, etc. to index
the result array.public String[] getShortWeekdays()
DateFormatSymbols
getShortWeekdays
in class DateFormatSymbols
Calendar.SUNDAY
, Calendar.MONDAY
, etc. to index
the result array.