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
Guest UserPosted Mar 18, 2019, 1:07 AM
Advice needed.
Jignesh KumarPosted Mar 16, 2019, 9:08 AM
Guest UserPosted Mar 16, 2019, 8:21 AM
Jignesh KumarPosted Mar 16, 2019, 8:14 AM
Guest UserPosted Mar 16, 2019, 8:12 AM
Jignesh KumarPosted Mar 16, 2019, 3:40 AM