The Class DateConverter.
-
Constructor Summary
ConstructorDescriptionDateConverter
(String formatText, boolean allowEmpty) Instantiates a new date converter. -
Method Summary
Methods inherited from class org.csveed.bean.conversion.AbstractConverter
getType
-
Constructor Details
-
DateConverter
Instantiates a new date converter.- Parameters:
formatText
- the format textallowEmpty
- the allow empty
-
-
Method Details
-
fromString
-
infoOnType
Description copied from interface:Converter
Info on type.- Specified by:
infoOnType
in interfaceConverter<Date>
- Overrides:
infoOnType
in classAbstractConverter<Date>
- Returns:
- the string
-
toString
-