@FhFormatter public class LocalDateAndStringFormatter extends AutoRegisteredFormatter<java.time.LocalDate>
| Constructor and Description |
|---|
LocalDateAndStringFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
parse(String text,
Locale locale) |
String |
print(java.time.LocalDate object,
Locale locale) |
getFormatterRegistry, setConversionServicepublic java.time.LocalDate parse(String text, Locale locale) throws ParseException
ParseExceptionCopyright © 2020. All rights reserved.