public class TimestampConverter extends DateConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
TS_FORMAT
i18n-ized timestamp format - based on values in ApplicationResources.properties
|
| Constructor and Description |
|---|
TimestampConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convertToDate(Class type,
Object value)
Convert a String to a date
|
protected Object |
convertToString(Class type,
Object value)
Convert from a java.util.Date to a String
|
convert, convertToDate, convertToStringpublic static final String TS_FORMAT
Copyright © 2003–2013. All rights reserved.