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