kendoValidator() causes “The field xxx must be a date” error when using DatePicker
问题 Im my MVC5 application selecting date in "dd/MM/yyyy" format causes "The field xxx must be a date" error. On the other hand, if I comment kendoValidator() line as below the error has gone, but in that case I cannot perform client side validation and for this reason I want to use kendoValidator. Here are the code sections related to this control. Entity: [Required(ErrorMessage = "Required field")] [Display(Name = "Start Date")] public DateTime StartDate { get; set; } View: ... <script src="~