Hi,
I built a datepicker, and I setted min value (02/08/2023). When I want to pick a date in calendar, values below 02/08/2023 is blocked, this is OK. But If I write , is allowed to put 01/08/2023, and when I want to save the form, appear the error message, this is PERFECT, but the problem is the message, should be: "The estimate must not be less than Tue Aug 02 2023 no 01 2023 because the user shoul not be able to pick 01/08/2023.is there a way to correct this, and also customize the error message, because for example I prefer to put a different date format like 02/08/2023 than Tue Aug 02 2023.
Than you!!