As i have not created a field for the current date in a database table, and not also in model class also, but i want to display only the view of that field?
<div class="editor-label">
@Html.Label("Date")
</div>
<div class="editor-field">
//here is the problem what to do??
??
</div>
EditorFororValidationMessageForor any html helper that has the suffixFor. Hence you must use the html helpers like@Html.TextBoxfor your situation.<div>@DateTime.Now</div>(and format it with.ToString()if you want)