I have an inputText that I created for date, it is initially populated with a DateTime of my Model that is populated:
@Html.TextBoxFor(model => model.Data, "{0:dd/MM/yyyy}", new { @class = "form-control input-md", @id = "datetimepickerDataF...
asked by
15.12.2016 / 12:28