We’re building a new ASP.NET MVC 4 application. We’ve noticed that when using the HtmlHelper EditorFor for a date in our model, the date is being rendered with dashes ('-') instead of forward slashed ('/'). The latter is the proper format for Dates in HTML 5 (http://www.w3.org/TR/html-markup/datatypes.html#form.data.date ).
↧