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