public static class DatePicker.Formatter
extends org.gwtproject.i18n.shared.DateTimeFormat
DateTimeFormat| Modifier | Constructor and Description |
|---|---|
protected |
Formatter(String pattern) |
protected |
Formatter(String pattern,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dtfi) |
| Modifier and Type | Method and Description |
|---|---|
static org.gwtproject.i18n.shared.DateTimeFormat |
getFormat(String pattern,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
Creates
DateTimeFormat based on the patter and the format information |
protected Formatter(String pattern)
protected Formatter(String pattern, org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dtfi)
public static org.gwtproject.i18n.shared.DateTimeFormat getFormat(String pattern, org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
DateTimeFormat based on the patter and the format informationpattern - the patterndateTimeFormatInfo - the DateTimeFormatInfoDateTimeFormat instanceCopyright © 2019–2022 Dominokit. All rights reserved.