DataType ErrorMessage doesn\'t work. MVC4 DataType ErrorMessage doesn\'t seem to work. I have this dataannotation Attribute:
[DataType(DataType.DateTime, Err
On MVC 4 I was able to change the error message in the View with Html.ValidationMessageFor. See an example:@Html.ValidationMessageFor(model => model.FechaDesde, "Fecha Inválida")
@Html.ValidationMessageFor(model => model.FechaDesde, "Fecha Inválida")