Package com.google.gwt.i18n.client
Interface CustomDateTimeFormat
-
- All Superinterfaces:
CustomDateTimeFormat
public interface CustomDateTimeFormat extends CustomDateTimeFormat
Create a custom localized date/time format at compile time. All methods on subtypes of this interface must take no parameters and return DateTimeFormat (which will be an initialized instance). deprecated useCustomDateTimeFormatinstead
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCustomDateTimeFormat.PatternAnnotation containing the pattern skeleton.
-