springframeworkguru / sfg-pet-clinic

SFT Pet Clinic
232 stars 1.99k forks source link

Date validation error when try persist new pet #90

Closed renanbarbosadasilva closed 5 years ago

renanbarbosadasilva commented 6 years ago

Error from debug:

Field error in object 'pet' on field 'birthDate': rejected value [2010-10-10]; Failed to convert property value of type 'java.lang.String' to required type 'java.time.LocalDate' for property 'birthDate';

*I am from Brazil, standard date format: "dd-MM-yyyy"

date validation error when try persist new pet - 1

date validation error when try persist new pet - 2