Java com.google.gwt.i18n.client DateTimeFormatInfo fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.i18n.client DateTimeFormatInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.i18n.client DateTimeFormatInfo.

The text is from its open source code.

Method

StringdateFormatFull()
Returns a "full" date format.
StringdateFormatLong()
Returns a "long" date format.
StringdateFormatMedium()
Returns a "medium" date format.
StringdateFormatShort()
Returns a "short" date format.
StringdateTimeFull(String timePattern, String datePattern)
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
StringdateTimeLong(String timePattern, String datePattern)
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
StringdateTimeMedium(String timePattern, String datePattern)
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
StringdateTimeShort(String timePattern, String datePattern)
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
StringformatDay()
Returns localized format equivalent to the "d" skeleton pattern.
StringformatHour12Minute()
Returns localized format equivalent to the "hm" skeleton pattern.
StringformatHour12MinuteSecond()
Returns localized format equivalent to the "hms" skeleton pattern.
StringformatHour24Minute()
Returns localized format equivalent to the "Hm" skeleton pattern.
StringformatHour24MinuteSecond()
Returns localized format equivalent to the "Hms" skeleton pattern.
StringformatMinuteSecond()
Returns localized format equivalent to the "ms" skeleton pattern.
StringformatMonthAbbrev()
Returns localized format equivalent to the "MMM" skeleton pattern.
StringformatMonthAbbrevDay()
Returns localized format equivalent to the "MMMd" skeleton pattern.
StringformatMonthFull()
Returns localized format equivalent to the "MMMM" skeleton pattern.
StringformatMonthFullDay()
Returns localized format equivalent to the "MMMMd" skeleton pattern.
StringformatMonthFullWeekdayDay()
Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.
StringformatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
StringformatYear()
Returns localized format equivalent to the "y" skeleton pattern.
StringformatYearMonthAbbrev()
Returns localized format equivalent to the "yMMM" skeleton pattern.
StringformatYearMonthAbbrevDay()
Returns localized format equivalent to the "yMMMd" skeleton pattern.
StringformatYearMonthFull()
Returns localized format equivalent to the "yMMMM" skeleton pattern.
StringformatYearMonthFullDay()
Returns localized format equivalent to the "yMMMMd" skeleton pattern.
StringformatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
StringformatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
StringformatYearMonthWeekdayDay()
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
StringformatYearQuarterFull()
Returns localized format equivalent to the "yQQQQ" skeleton pattern.
StringformatYearQuarterShort()
Returns localized format equivalent to the "yQ" skeleton pattern.
StringtimeFormatFull()
Returns a "full" time format.
StringtimeFormatLong()
Returns a "long" time format.
StringtimeFormatMedium()
Returns a "medium" time format.
StringtimeFormatShort()
Returns a "short" time format.