Package com.ethlo.time
Interface DateTimeParser
- All Known Implementing Classes:
ConfigurableDateTimeParser
public interface DateTimeParser
-
Method Summary
-
Method Details
-
parse
Parse the text from the given position of the parsePosition- Parameters:
text- The text to parseparsePosition- The position in which to start- Returns:
- A DateTime holding the parsed data
- Throws:
DateTimeException- If the data is not according to the format specified
-
parse
- Throws:
DateTimeException
-