I have a field in the database, DataHora, and wanted to display on the screen for the user, but in separate fields, being Date and Time.
First displays the Date
@Html.DisplayFor(modelItem => item.DataHora)
Second displays Time
@Html...
asked by
01.11.2016 / 03:02