You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can specify the format to use for parsing/formatting LocalDate with spring.mvc.date-format. However, I don't see any way to specify the format for LocalDateTime or LocalTime (except programatically register the formatter).
I would also like to be able to specify that all these three Local-classes should use the ISO 8601 format, without having to specify that format myself.
The text was updated successfully, but these errors were encountered:
trygveaa
changed the title
Allow specifying LocaDateTime
Allow specifying LocaDateTime format for mvc
Oct 4, 2019
trygveaa
changed the title
Allow specifying LocaDateTime format for mvc
Support specifying mvc format for LocalDateTime/LocalTime
Oct 4, 2019
wilkinsona
changed the title
Support specifying mvc format for LocalDateTime/LocalTime
Support specifying MVC format for LocalDateTime/LocalTime
Oct 7, 2019
Uh oh!
There was an error while loading. Please reload this page.
Currently, you can specify the format to use for parsing/formatting
LocalDate
withspring.mvc.date-format
. However, I don't see any way to specify the format forLocalDateTime
orLocalTime
(except programatically register the formatter).I would also like to be able to specify that all these three Local-classes should use the ISO 8601 format, without having to specify that format myself.
The text was updated successfully, but these errors were encountered: