Example usage for com.google.gwt.i18n.client.impl.cldr DateTimeFormatInfoImpl_en_GB DateTimeFormatInfoImpl_en_GB

List of usage examples for com.google.gwt.i18n.client.impl.cldr DateTimeFormatInfoImpl_en_GB DateTimeFormatInfoImpl_en_GB

Introduction

In this page you can find the example usage for com.google.gwt.i18n.client.impl.cldr DateTimeFormatInfoImpl_en_GB DateTimeFormatInfoImpl_en_GB.

Prototype

DateTimeFormatInfoImpl_en_GB

Source Link

Usage

From source file:stroom.widget.customdatebox.client.CustomDateTimeFormat.java

License:Apache License

public CustomDateTimeFormat() {
    super(PATTERN, new DateTimeFormatInfoImpl_en_GB());
}