--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgSentListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgSentListAjax.jsp
... | ... | @@ -198,7 +198,8 @@ |
| 198 | 198 |
</c:if> |
| 199 | 199 |
<tr> |
| 200 | 200 |
<td> |
| 201 |
- <fmt:formatDate pattern = "yyyy-MM-dd HH:mm" value = "${result.reqdate}" />
|
|
| 201 |
+<%-- <fmt:formatDate pattern = "yyyy-MM-dd HH:mm" value = "${result.reqDate}" /> --%>
|
|
| 202 |
+ <c:out value="${result.reqDate}" />
|
|
| 202 | 203 |
</td> |
| 203 | 204 |
<td> |
| 204 | 205 |
<c:choose> |
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?