List of usage examples for com.google.gwt.i18n.client.impl.cldr DateTimeFormatInfoImpl_en_GB DateTimeFormatInfoImpl_en_GB
DateTimeFormatInfoImpl_en_GB
From source file:stroom.widget.customdatebox.client.CustomDateTimeFormat.java
License:Apache License
public CustomDateTimeFormat() { super(PATTERN, new DateTimeFormatInfoImpl_en_GB()); }