please somebody help, i wnat to get the value of date from html formulaire to my code java with spring boot [closed]
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 hours ago.
Improve this questionThis problem keeps showing up :
Resolved
[org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.util.Date'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [java.util.Date] for value '2022-12-07'; nested exception is java.lang.IllegalArgumentException]
I tried to parse a date from type string to type local date but it doesn't work.
精彩评论