This commit is contained in:
Christopher Cookman 2025-09-01 00:30:46 -06:00
parent 629dcfb481
commit 2728bd8d53

View file

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