public class DateTimeFormatInfoImpl_es_CO extends DateTimeFormatInfoImpl_es_419
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_es_CO() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ampms()
Returns array of strings containing abbreviations for Ante Meridiem and
Post Meridiem.
|
String |
dateFormatMedium()
Returns a "medium" date format.
|
String |
dateFormatShort()
Returns a "short" date format.
|
String |
dateTimeMedium(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
String |
dateTimeShort(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
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 |
formatHour24Minute()
Returns localized format equivalent to the "Hm" skeleton pattern.
|
String |
formatHour24MinuteSecond()
Returns localized format equivalent to the "Hms" skeleton pattern.
|
String |
formatMonthAbbrevDay()
Returns localized format equivalent to the "MMMd" skeleton pattern.
|
String |
formatYearMonthAbbrev()
Returns localized format equivalent to the "yMMM" skeleton pattern.
|
String |
formatYearMonthAbbrevDay()
Returns localized format equivalent to the "yMMMd" skeleton pattern.
|
String[] |
monthsShortStandalone()
Returns an array of month abbreviations, suitable for use in a stand-alone
context.
|
String |
timeFormatFull()
Returns a "full" time format.
|
String |
timeFormatLong()
Returns a "long" time format.
|
String |
timeFormatMedium()
Returns a "medium" time format.
|
String |
timeFormatShort()
Returns a "short" time format.
|
String[] |
weekdaysNarrow()
Returns an array of the shortest abbreviations for weekdays, typically a
single character and not guaranteed to be unique.
|
String[] |
weekdaysNarrowStandalone()
Returns an array of the shortest abbreviations for weekdays suitable for
use in a stand-alone context, typically a single character and not
guaranteed to be unique.
|
formatYearMonthWeekdayDay, formatYearQuarterShort, monthsShort, quartersFulldateFormatFull, dateFormatLong, dateTimeFull, dateTimeLong, erasFull, erasShort, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearQuarterFull, monthsFull, monthsNarrow, quartersShort, weekdaysFull, weekdaysShortdateFormat, dateTime, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthFull, formatYear, monthsFullStandalone, monthsNarrowStandalone, timeFormat, weekdaysFullStandalone, weekdaysShortStandalone, weekendEnd, weekendStartpublic String[] ampms()
DateTimeFormatInfoampms in interface DateTimeFormatInfoampms in class DateTimeFormatInfoImpl_es_419public String dateFormatMedium()
DateTimeFormatInfodateFormatMedium in interface DateTimeFormatInfodateFormatMedium in class DateTimeFormatInfoImpl_espublic String dateFormatShort()
DateTimeFormatInfodateFormatShort in interface DateTimeFormatInfodateFormatShort in class DateTimeFormatInfoImpl_espublic String dateTimeMedium(String timePattern, String datePattern)
DateTimeFormatInfodateTimeMedium in interface DateTimeFormatInfodateTimeMedium in class DefaultDateTimeFormatInfotimePattern - the time pattern StringdatePattern - the data pattern Stringpublic String dateTimeShort(String timePattern, String datePattern)
DateTimeFormatInfodateTimeShort in interface DateTimeFormatInfodateTimeShort in class DefaultDateTimeFormatInfotimePattern - the time pattern StringdatePattern - the data pattern Stringpublic int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_es_419public String formatHour24Minute()
DateTimeFormatInfoformatHour24Minute in interface DateTimeFormatInfoformatHour24Minute in class DateTimeFormatInfoImpl_es_419public String formatHour24MinuteSecond()
DateTimeFormatInfoformatHour24MinuteSecond in interface DateTimeFormatInfoformatHour24MinuteSecond in class DateTimeFormatInfoImpl_es_419public String formatMonthAbbrevDay()
DateTimeFormatInfoformatMonthAbbrevDay in interface DateTimeFormatInfoformatMonthAbbrevDay in class DateTimeFormatInfoImpl_espublic String formatYearMonthAbbrev()
DateTimeFormatInfoformatYearMonthAbbrev in interface DateTimeFormatInfoformatYearMonthAbbrev in class DateTimeFormatInfoImpl_es_419public String formatYearMonthAbbrevDay()
DateTimeFormatInfoformatYearMonthAbbrevDay in interface DateTimeFormatInfoformatYearMonthAbbrevDay in class DateTimeFormatInfoImpl_es_419public String[] monthsShortStandalone()
DateTimeFormatInfomonthsShortStandalone in interface DateTimeFormatInfomonthsShortStandalone in class DefaultDateTimeFormatInfopublic String timeFormatFull()
DateTimeFormatInfotimeFormatFull in interface DateTimeFormatInfotimeFormatFull in class DateTimeFormatInfoImpl_es_419public String timeFormatLong()
DateTimeFormatInfotimeFormatLong in interface DateTimeFormatInfotimeFormatLong in class DateTimeFormatInfoImpl_es_419public String timeFormatMedium()
DateTimeFormatInfotimeFormatMedium in interface DateTimeFormatInfotimeFormatMedium in class DateTimeFormatInfoImpl_es_419public String timeFormatShort()
DateTimeFormatInfotimeFormatShort in interface DateTimeFormatInfotimeFormatShort in class DateTimeFormatInfoImpl_es_419public String[] weekdaysNarrow()
DateTimeFormatInfoweekdaysNarrow in interface DateTimeFormatInfoweekdaysNarrow in class DateTimeFormatInfoImpl_es_419public String[] weekdaysNarrowStandalone()
DateTimeFormatInfoweekdaysNarrowStandalone in interface DateTimeFormatInfoweekdaysNarrowStandalone in class DateTimeFormatInfoImpl_es_419Copyright © 2018. All rights reserved.