public static interface TextAdapter.DateParser
| Modifier and Type | Method and Description |
|---|---|
DateTime |
createDateTime(java.lang.String value,
java.lang.String format,
java.util.TimeZone timezone)
If this particular DateParser does not know how to handle the give format then this method should return null
|
DateTime createDateTime(java.lang.String value, java.lang.String format, java.util.TimeZone timezone) throws VisADException
VisADException