| Package | Description |
|---|---|
| com.helger.commons.datetime |
| Modifier and Type | Method and Description |
|---|---|
static EDTFormatterMode |
EDTFormatterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDTFormatterMode[] |
EDTFormatterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormatter |
PDTFormatter.getFormatterDate(FormatStyle eStyle,
Locale aDisplayLocale,
EDTFormatterMode eMode)
Get the date formatter for the passed locale.
|
static DateTimeFormatter |
PDTFormatter.getFormatterDateTime(FormatStyle eStyle,
Locale aDisplayLocale,
EDTFormatterMode eMode)
Get the date time formatter for the passed locale.
|
static DateTimeFormatter |
PDTFormatter.getFormatterTime(FormatStyle eStyle,
Locale aDisplayLocale,
EDTFormatterMode eMode)
Get the time formatter for the passed locale.
|
static String |
PDTFormatter.getPattern(EDTType eDTType,
Locale aLocale,
FormatStyle eStyle,
EDTFormatterMode eMode) |
Copyright © 2014–2019 Philip Helger. All rights reserved.