The specified value "06-03-2019" does not conform to the required format, "yyyy-MM-dd".
I use Django internationalisation in a webapplication and for some reason suddenly I get this error in the developer tools on a form date input after changing the language to Dutch. On English everything works fine, the error is not shown and date is saved correctly. I use he standard django forms dateInput.
I searched the webs for hours, before turning to your help. Any suggestions would be greatly appreciated!
Thanks.