visad.data.text
Interface TextAdapter.DateParser

Enclosing class:
TextAdapter

public static interface TextAdapter.DateParser

used to allow applications to define their own date parsing


Method Summary
 DateTime createDateTime(String value, String format, TimeZone timezone)
          If this particular DateParser does not know how to handle the give format then this method should return null
 

Method Detail

createDateTime

DateTime createDateTime(String value,
                        String format,
                        TimeZone timezone)
                        throws VisADException
If this particular DateParser does not know how to handle the give format then this method should return null

Throws:
VisADException