Handle Date Time in the Edit Mode
if you're facing a problem like if DateTime is not bind in the Edit Mode You can Use The below way :
@Html.TextBoxFor(model => model.CreatedDate, @"{0:yyyy-MM-dd}", new { @class = "form-control" , @type = "date"})
it works for me!!
Share This with your friend by choosing any social account