Constructor and Description |
---|
DateTimeParser(DateTimeFormatter formatter)
Create a new DateTimeParser.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
parse(String text,
Locale locale)
Parse a text String to produce a T.
|
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