Uses of Interface
com.google.gwt.i18n.client.DateTimeFormatInfo
-
Uses of DateTimeFormatInfo in com.google.gwt.i18n.client
Modifier and TypeClassDescription(package private) class
Adapter that makes aDateTimeConstants
implementation suitable for use with something that wants aDateTimeFormatInfo
.class
For backwards compatibility only.Modifier and TypeMethodDescriptionfinal DateTimeFormatInfo
LocaleInfo.getDateTimeFormatInfo()
Returns a DateTimeConstants instance for this locale.Modifier and TypeMethodDescriptionprotected static DateTimeFormat
DateTimeFormat.getFormat
(String pattern, DateTimeFormatInfo dtfi) Internal factory method that provides caching.ModifierConstructorDescriptionprotected
DateTimeFormat
(String pattern, DateTimeFormatInfo dtfi) Constructs a format object using the specified pattern and user-supplied date time constants.