public class

DateTimeFormatInfoImpl_es

extends DateTimeFormatInfoImpl
java.lang.Object
   ↳ com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
     ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl
       ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_es
Known Direct Subclasses

Class Overview

Implementation of DateTimeFormatInfo for the "es" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_es()
Public Methods
String[] ampms()
Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.
String dateFormatFull()
Returns a "full" date format.
String dateFormatLong()
Returns a "long" date format.
String dateFormatMedium()
Returns a "medium" date format.
String dateFormatShort()
Returns a "short" date format.
String[] erasFull()
Returns an array of the full era names.
String[] erasShort()
Returns abbreviations of the era names.
String formatHour12Minute()
Returns localized format equivalent to the "hm" skeleton pattern.
String formatHour12MinuteSecond()
Returns localized format equivalent to the "hms" skeleton pattern.
String formatMonthAbbrevDay()
Returns localized format equivalent to the "MMMd" skeleton pattern.
String formatMonthFullDay()
Returns localized format equivalent to the "MMMMd" skeleton pattern.
String formatMonthFullWeekdayDay()
Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.
String formatMonthNumDay()
Returns localized format equivalent to the "Md" 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 formatYearMonthFull()
Returns localized format equivalent to the "yMMMM" skeleton pattern.
String formatYearMonthFullDay()
Returns localized format equivalent to the "yMMMMd" skeleton pattern.
String formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
String formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
String formatYearMonthWeekdayDay()
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
String formatYearQuarterFull()
Returns localized format equivalent to the "yQQQQ" skeleton pattern.
String formatYearQuarterShort()
Returns localized format equivalent to the "yQ" skeleton pattern.
String[] monthsFull()
Returns an array of full month names.
String[] monthsNarrow()
Returns an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.
String[] monthsShort()
Returns an array of month abbreviations.
String[] quartersFull()
Returns an array of full quarter names.
String[] quartersShort()
Returns an array of abbreviations for quarters.
String[] weekdaysFull()
Returns an array of the full names of weekdays.
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.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
From class java.lang.Object
From interface com.google.gwt.i18n.client.DateTimeFormatInfo

Public Constructors

public DateTimeFormatInfoImpl_es ()

Public Methods

public String[] ampms ()

Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.

public String dateFormatFull ()

Returns a "full" date format.

public String dateFormatLong ()

Returns a "long" date format.

public String dateFormatMedium ()

Returns a "medium" date format.

public String dateFormatShort ()

Returns a "short" date format.

public String[] erasFull ()

Returns an array of the full era names.

public String[] erasShort ()

Returns abbreviations of the era names.

public String formatHour12Minute ()

Returns localized format equivalent to the "hm" skeleton pattern.

public String formatHour12MinuteSecond ()

Returns localized format equivalent to the "hms" skeleton pattern.

public String formatMonthAbbrevDay ()

Returns localized format equivalent to the "MMMd" skeleton pattern.

public String formatMonthFullDay ()

Returns localized format equivalent to the "MMMMd" skeleton pattern.

public String formatMonthFullWeekdayDay ()

Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.

public String formatMonthNumDay ()

Returns localized format equivalent to the "Md" skeleton pattern.

public String formatYearMonthAbbrev ()

Returns localized format equivalent to the "yMMM" skeleton pattern.

public String formatYearMonthAbbrevDay ()

Returns localized format equivalent to the "yMMMd" skeleton pattern.

public String formatYearMonthFull ()

Returns localized format equivalent to the "yMMMM" skeleton pattern.

public String formatYearMonthFullDay ()

Returns localized format equivalent to the "yMMMMd" skeleton pattern.

public String formatYearMonthNum ()

Returns localized format equivalent to the "yM" skeleton pattern.

public String formatYearMonthNumDay ()

Returns localized format equivalent to the "yMd" skeleton pattern.

public String formatYearMonthWeekdayDay ()

Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.

public String formatYearQuarterFull ()

Returns localized format equivalent to the "yQQQQ" skeleton pattern.

public String formatYearQuarterShort ()

Returns localized format equivalent to the "yQ" skeleton pattern.

public String[] monthsFull ()

Returns an array of full month names.

public String[] monthsNarrow ()

Returns an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] quartersFull ()

Returns an array of full quarter names.

public String[] quartersShort ()

Returns an array of abbreviations for quarters.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.

public String[] weekdaysNarrow ()

Returns an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.