JSP页面时间格式处理

加入标签:

<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>

进行设置

发布时间:

可以对type/pattern/dateStyle进行设置


参考地址

http://blog.csdn.net/chimei2345/article/details/9096735

你可能感兴趣的:(--Servlet/JSP)