Package | Description |
---|---|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
Modifier and Type | Method and Description |
---|---|
DateTimeFormatInfo |
LocaleInfo.getDateTimeFormatInfo()
Returns a DateTimeConstants instance for this locale.
|
Modifier and Type | Method and Description |
---|---|
protected static DateTimeFormat |
DateTimeFormat.getFormat(java.lang.String pattern,
DateTimeFormatInfo dtfi)
Internal factory method that provides caching.
|
Constructor and Description |
---|
DateTimeConstantsAdapter(DateTimeFormatInfo dtfi) |
DateTimeFormat(java.lang.String pattern,
DateTimeFormatInfo dtfi)
Constructs a format object using the specified pattern and user-supplied
date time constants.
|