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, setWeekdayspublic String getShortMonth(int i)
DateFormatSymbolsgetShortMonth in class DateFormatSymbolsi - the number of the month.public String[] getShortMonths()
DateFormatSymbolsgetShortMonths in class DateFormatSymbolspublic String getShortWeekday(int i)
DateFormatSymbolsgetShortWeekday in class DateFormatSymbolsi - the number of the weekday.Calendar.SUNDAY, Calendar.MONDAY, etc. to index
the result array.public String[] getShortWeekdays()
DateFormatSymbolsgetShortWeekdays in class DateFormatSymbolsCalendar.SUNDAY, Calendar.MONDAY, etc. to index
the result array.