Constructor and Description |
---|
DateTimeParser(DateTimeFormatter formatter)
Create a new DateTimeParser.
|
public DateTimeParser(DateTimeFormatter formatter)
formatter
- the Joda DateTimeFormatter instancepublic DateTime parse(String text, Locale locale) throws ParseException
Parser
parse
in interface Parser<DateTime>
text
- the text stringlocale
- the current user localeParseException
- when a parse exception occurs in a java.text parsing library