@FhFormatter(value="longDatePropertyFormatter") public class LongDatePropertyFormatter extends Object implements org.springframework.format.Formatter<java.time.LocalDateTime>
| Constructor and Description |
|---|
LongDatePropertyFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
parse(String s,
Locale locale) |
String |
print(java.time.LocalDateTime s,
Locale locale) |
public java.time.LocalDateTime parse(String s, Locale locale) throws ParseException
parse in interface org.springframework.format.Parser<java.time.LocalDateTime>ParseExceptionCopyright © 2022. All rights reserved.