JSTL fmt:formatDate 이 LocalDateTime 처리 불가하기 때문에 재처리 기능 추가
All checks were successful
Main-Build / build-and-push (push) Successful in 42s
All checks were successful
Main-Build / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
<tr>
|
||||
<th>등록일</th>
|
||||
<td class="left">
|
||||
<%-- <fmt:formatDate value="${dmsHdbVO.createDate}" pattern="yyyy-MM-dd" /> --%>
|
||||
${dmsHdbVO.createDate}
|
||||
<fmt:parseDate value="${dmsHdbVO.createDate}" pattern="yyyy-MM-dd'T'HH:mm:ss" var="createdDate"/>
|
||||
<fmt:formatDate value="${createdDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user