--- src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp
+++ src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp
... | ... | @@ -4,6 +4,8 @@ |
| 4 | 4 |
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> |
| 5 | 5 |
<%@ taglib prefix="ec" uri="/WEB-INF/tld/ecnet_tld.tld"%> |
| 6 | 6 |
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> |
| 7 |
+<%@ taglib prefix="fnc" uri="/WEB-INF/tld/functions.tld"%> |
|
| 8 |
+ |
|
| 7 | 9 |
|
| 8 | 10 |
<script src="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> |
| 9 | 11 |
<script language=javascript> |
... | ... | @@ -845,8 +847,9 @@ |
| 845 | 847 |
</td> |
| 846 | 848 |
<td> |
| 847 | 849 |
<c:choose> |
| 848 |
- <c:when test="${not empty resultSentMsg.regdate}">
|
|
| 849 |
- <fmt:formatDate value="${resultSentMsg.regdate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
| 850 |
+ <c:when test="${not empty resultSentMsg.regDate}">
|
|
| 851 |
+<%-- <fmt:formatDate value="${resultSentMsg.regDate}" pattern="yyyy-MM-dd HH:mm:ss"/> --%>
|
|
| 852 |
+ ${fnc:setStrToDataFormatter(resultSentMsg.regDate, 'yyyy-MM-dd HH:mm:ss') }
|
|
| 850 | 853 |
</c:when> |
| 851 | 854 |
<c:otherwise> |
| 852 | 855 |
- |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?