I have a warning on my page about of an invalid date format as you can see below. The warning is generated by Kendo UI DatePicker component. I can't find a solutions on the web, my app is localized pt-BR. How to solve this problem.
<p>@(Html.Kendo().DatePicker().Name("periodoDocumento").Value(DateTime.Now))</p>
Error in Google Chrome:
The specified value '06/07/2015' does not conform to the required format, 'yyyy-MM-dd'.
I must use day-month-year format for my client needs.