| Package | Description |
|---|---|
| com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
| com.google.gwt.i18n.client.impl |
| 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(String pattern,
DateTimeFormatInfo dtfi)
Internal factory method that provides caching.
|
| Constructor and Description |
|---|
DateTimeFormat(String pattern,
DateTimeFormatInfo dtfi)
Constructs a format object using the specified pattern and user-supplied
date time constants.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatInfo |
LocaleInfoImpl.getDateTimeFormatInfo()
Create a
DateTimeFormatInfo instance appropriate for this locale. |
Copyright © 2018. All rights reserved.