src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 338
3a581d985b87
parent 335
1eed60b779da
--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Nov 09 20:34:21 2024 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Dec 28 18:21:16 2024 +0100
@@ -151,7 +151,7 @@
         </c:if>
         <tr>
             <th><label for="issue-eta"><fmt:message key="issue.eta"/></label></th>
-            <td><input id="issue-eta" name="eta" type="date" value="<fmt:formatDate value="${issue.eta}" pattern="YYYY-MM-dd" timeZone="${timezone}" />" /> </td>
+            <td><input id="issue-eta" name="eta" type="date" value="<fmt:formatDate value="${issue.eta}" pattern="yyyy-MM-dd" timeZone="${timezone}" />" /> </td>
         </tr>
         <c:if test="${issue.id ge 0}">
         <tr>

mercurial