Pleezon
JCHJava Community | Help. Code. Learn.
•Created by SubGplayz on 10/26/2024 in #java-help
Any java window I open does really weird stuff
This. Here's a useful sample jar: https://download.formdev.com/flatlaf/flatlaf-demo-latest.jar
23 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
that should at least make it parse correctly
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
@' .•` KIΛ.RΛR ’•. '
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
the correct format would be something along the lines of
yyyy-MM-dd'T'HH:mm:ss.SSSSSS
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
I doubt your pattern would work considering "2023-11-29T11:20:17.719199" as possible input
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
Your ReservationForm specifies a datetime pattern in
@DateTimeFormat
decorator21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
(I sadly can't try it rn)
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
I have a feeling this won't work because the string looks sketchy in regards to the format pattern
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
Have you tried parsing your string using
21 replies