public class DateTimeFormatInfoImpl_en_AU extends DateTimeFormatInfoImpl_en_001
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_en_AU() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ampms()
Returns array of strings containing abbreviations for Ante Meridiem and
Post Meridiem.
|
String |
dateFormatShort()
Returns a "short" date format.
|
int |
firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as
an index into the return value of
DateTimeFormatInfo.weekdaysFull(). |
String |
formatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
|
String[] |
monthsShort()
Returns an array of month abbreviations.
|
String[] |
weekdaysNarrow()
Returns an array of the shortest abbreviations for weekdays, typically a
single character and not guaranteed to be unique.
|
String[] |
weekdaysShort()
Returns an array of abbreviations for weekdays.
|
dateFormatFull, dateFormatLong, dateFormatMedium, formatMonthAbbrevDay, formatMonthFullDay, formatMonthFullWeekdayDay, formatYearMonthAbbrevDay, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearMonthWeekdayDaydateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, formatYearMonthAbbrev, formatYearMonthFull, formatYearQuarterFull, formatYearQuarterShort, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShortdateFormat, dateTime, erasFull, erasShort, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthFull, formatYear, monthsFull, monthsFullStandalone, monthsNarrow, monthsNarrowStandalone, monthsShortStandalone, quartersFull, quartersShort, timeFormat, weekdaysFull, weekdaysFullStandalone, weekdaysNarrowStandalone, weekdaysShortStandalone, weekendEnd, weekendStartpublic String[] ampms()
DateTimeFormatInfoampms in interface DateTimeFormatInfoampms in class DefaultDateTimeFormatInfopublic String dateFormatShort()
DateTimeFormatInfodateFormatShort in interface DateTimeFormatInfodateFormatShort in class DateTimeFormatInfoImpl_en_001public int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_en_001public String formatMonthNumDay()
DateTimeFormatInfoformatMonthNumDay in interface DateTimeFormatInfoformatMonthNumDay in class DateTimeFormatInfoImpl_en_001public String[] monthsShort()
DateTimeFormatInfomonthsShort in interface DateTimeFormatInfomonthsShort in class DefaultDateTimeFormatInfopublic String[] weekdaysNarrow()
DateTimeFormatInfoweekdaysNarrow in interface DateTimeFormatInfoweekdaysNarrow in class DefaultDateTimeFormatInfopublic String[] weekdaysShort()
DateTimeFormatInfoweekdaysShort in interface DateTimeFormatInfoweekdaysShort in class DefaultDateTimeFormatInfoCopyright © 2018. All rights reserved.