public final class FormatterDate extends Object implements Formatter
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_YEAR
Année maximum tolérée pour les dates.
|
static int |
MIN_YEAR
Année minimum tolérée pour les dates.
|
| Constructor and Description |
|---|
FormatterDate(String args)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
stringToValue(String strValue,
DataType dataType) |
String |
valueToString(Object objValue,
DataType dataType) |
public static final int MIN_YEAR
public static final int MAX_YEAR
public FormatterDate(String args)
public String valueToString(Object objValue, DataType dataType)
valueToString in interface Formatterpublic Object stringToValue(String strValue, DataType dataType) throws FormatterException
stringToValue in interface FormatterFormatterExceptionCopyright © 2015. All Rights Reserved.