Closed
Description
member sound opened SPR-15736 and commented
It would be nice if one could set multiple formats for:
@DateTimeFormat(pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyyMMdd")
@DateTimeFormat(pattern = "yyyy.MM.dd")
private LocalDate date;
https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html
No further details from SPR-15736