editorfor date format mvc

Code Example - editorfor date format mvc

                
                        @Html.EditorFor(model => model.Property, new {htmlAttributes = new {@Value = @Model.Property.ToString("yyyy-MM-dd"), @class = "customclass" } })