public final class LocalDateTimeParser extends Object implements Parser<LocalDateTime>
LocalDateTime instances using a
 DateTimeFormatter.| Constructor and Description | 
|---|
| LocalDateTimeParser(DateTimeFormatter formatter)Create a new DateTimeParser. | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDateTime | parse(String text,
     Locale locale)Parse a text String to produce a T. | 
public LocalDateTimeParser(DateTimeFormatter formatter)
formatter - the Joda DateTimeFormatter instancepublic LocalDateTime parse(String text, Locale locale) throws ParseException
Parserparse in interface Parser<LocalDateTime>text - the text stringlocale - the current user localeParseException - when a parse exception occurs in a java.text parsing library