This commit is contained in:
Christopher Cookman 2025-09-01 00:31:01 -06:00
parent 2728bd8d53
commit 8ae3202bc5

View file

@ -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>