i am storing date in sql database.
@Html.TextBoxFor(Model => Model.StartDate, new { @class = "form-control form-control-lg", @id = "txtStartDate", @type = "date" })
It is working while saving date to database.
But while Editing the record it does not fetch date in that textbox.it is coming as follows.Please find attachment.
thanks in advance