Skip to content

Instantly share code, notes, and snippets.

@jmprado
Created January 21, 2013 22:32
Show Gist options
  • Save jmprado/4590136 to your computer and use it in GitHub Desktop.
Save jmprado/4590136 to your computer and use it in GitHub Desktop.
<div class="editor-label">
<label for="TestDate1">TestDate1</label>
</div>
<div class="editor-field">
<input class="datepicker" data-val="true" data-val-required="The TestDate1 field is required." id="TestDate1" maxlength="10" name="TestDate1" readonly="True" type="text" value="" />
<span class="field-validation-valid" data-valmsg-for="TestDate1" data-valmsg-replace="true"></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment