Skip to content

Instantly share code, notes, and snippets.

@jmprado
Created January 21, 2013 22:30
Show Gist options
  • Save jmprado/4590128 to your computer and use it in GitHub Desktop.
Save jmprado/4590128 to your computer and use it in GitHub Desktop.
<div class="editor-label">
@Html.LabelFor(model => model.TestDate1)
</div>
<div class="editor-field">
@Html.EditorFor(model => model.TestDate1)
@Html.ValidationMessageFor(model => model.TestDate1)
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment