public class

DateTimeFormatInfoImpl_ti_ER

extends DateTimeFormatInfoImpl_ti
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_ti
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ti_ER

Class Overview

Implementation of DateTimeFormatInfo for the "ti_ER" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_ti_ER()
Public Methods
String dateFormatFull()
Returns a "full" date format.
String[] monthsFull()
Returns an array of full month names.
String[] monthsShort()
Returns an array of month abbreviations.
String[] weekdaysFull()
Returns an array of the full names of weekdays.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ti
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_ti_ER ()

Public Methods

public String dateFormatFull ()

Returns a "full" date format.

public String[] monthsFull ()

Returns an array of full month names.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.