Class DefaultDateTimeFormatInfo

java.lang.Object
com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
All Implemented Interfaces:
DateTimeFormatInfo
Direct Known Subclasses:
DefaultDateTimeFormatInfo

public class DefaultDateTimeFormatInfo extends Object implements DateTimeFormatInfo
Default implementation of DateTimeFormatInfo interface, using values from the CLDR root locale.

Users who need to create their own DateTimeFormatInfo implementation are encouraged to extend this class so their implementation won't break when new methods are added.