Package com.google.gwt.i18n.shared
Interface CustomDateTimeFormat
- All Known Subinterfaces:
CustomDateTimeFormat
public interface 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).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic @interface
Annotation containing the pattern skeleton.