Method Summary |
|
public String | getField() Returns the name of the data-row column from where to read the string that should be parsed. |
public String | getFormat() Returns the SimpleDateFormat pattern that is used for the parsing. |
public Locale | getLocale() Returns the locale that is used for the parsing. |
public Object | getValue() Parses the value read from the column specified by the given field-name and tries to parse it into a Date
using the given SimpleDateFormat-pattern. |
public void | setField(String field) Defines the name of the data-row column from where to read the string that should be parsed. |
public void | setFormat(String format) Defines the SimpleDateFormat pattern that is used for the parsing. |
public void | setLocale(Locale locale) Defines the locale that is used for the parsing. |