![jsp中/el表达式中将后台传来的时间戳格式化为年月日时分秒 jsp中/el表达式中将后台传来的时间戳格式化为年月日时分秒](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700)
sp中/el表达式中将后台传来的时间戳格式化为年月日时分秒
1.引入相关标签库
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
2.在jsp中执行转换
<fmt:formatDate value="${var.CREATETIME}" pattern="yyyy-MM-dd HH:mm:ss"/>