<jsp:useBean id="Timestamp" class="java.util.Date"/>
<c:set target="${Timestamp}" property="time" value="${item.tm}"/>
<fmt:formatDate pattern="yyyy-MM-dd HH:mm:ss" value="${Timestamp}" type="both"/>
<jsp:useBean id="Timestamp" class="java.util.Date"/>
<c:set target="${Timestamp}" property="time" value="${item.tm}"/>
<fmt:formatDate pattern="yyyy-MM-dd HH:mm:ss" value="${Timestamp}" type="both"/>