Missing java.time.Year Formatter [SPR-16437] #20983
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Michał Sobkiewicz opened SPR-16437 and commented
Please consider adding some kind of
org.springframework.format.datetime.standard.YearFormatter
(similarly toorg.springframework.format.datetime.standard.YearMonthFormatter
).I believe it's more convenient and self-explanatory to use
java.time.Year
as param in e.g. handlers whenever it really means a year and so on.Affects: 5.0.3
Issue Links:
@DateTimeFormat
support for YearMonth, MonthDay, YearReferenced from: commits ef2e169
The text was updated successfully, but these errors were encountered: