标签:
j2ee项目中的前台页面展示后台数据时,一般会使用el和jstl表达式,那么时间数据从后台取出时显示的是util.date类型的格式,怎么才能转为正常我们所看到的格式呢?
下面是一些jstl中的<fmt:formatDate value="" type="both"/> 时间转化器:
Library import and parameter capturing:
JSTL的时间格式化标签的使用
原文地址:http://www.cnblogs.com/tooker/p/4737316.html