Test
This commit is contained in:
parent
2728bd8d53
commit
8ae3202bc5
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<label for="EndDate">End Date:</label>
|
||||
<input type="date" id="EndDate" name="EndDate" value="<%= new Date(aclEntry.StartDate).toISOString().slice(0,10) %>">
|
||||
<input type="date" id="EndDate" name="EndDate" value="<%= new Date(aclEntry.EndDate).toISOString().slice(0,10) %>">
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Doors</legend>
|
||||
|
|
Loading…
Reference in a new issue