public class DateTimeFormat
extends com.google.gwt.i18n.shared.DateTimeFormat
Modifier and Type | Class and Description |
---|---|
static class |
DateTimeFormat.PredefinedFormat |
Modifier | Constructor and Description |
---|---|
protected |
DateTimeFormat(String pattern,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
static DateTimeFormat |
getFormat(DateTimeFormat.PredefinedFormat predefinedFormat) |
static DateTimeFormat |
getFormat(DateTimeFormat.PredefinedFormat predefinedFormat,
Locale locale) |
static DateTimeFormat |
getFormat(String pattern) |
static DateTimeFormat |
getFormat(String pattern,
Locale locale) |
public static DateTimeFormat getFormat(DateTimeFormat.PredefinedFormat predefinedFormat)
public static DateTimeFormat getFormat(DateTimeFormat.PredefinedFormat predefinedFormat, Locale locale)
public static DateTimeFormat getFormat(String pattern)
public static DateTimeFormat getFormat(String pattern, Locale locale)
Copyright © 2018 Xalys. All rights reserved.