@FhFormatter(value="shortDatePropertyFormatter") public class ShortDatePropertyFormatter extends Object implements org.springframework.format.Formatter<java.time.LocalDateTime>
| Constructor and Description |
|---|
ShortDatePropertyFormatter() |
| 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.