I have a normal and current form with technology
You have sent the date in the wrong format for internationalization issues (i18n)
To avoid having problems with the culture or region, send the date in the format:
"yyyy-MM-dd"
Or if the culture is in Spanish
"dd/MM/yyyy"
I can think of some alternatives
With this when using ajax recognize the date in the format of the specified culture.
to pause the date and convert it to the format that ajax defines (ie MM-dd-yyyy) and send it with this format This library allows you to work with dates in a very simple way.