jsp—日期格式显示

jsp:格式化页面时间显示格式

struts2标签实现页面时间格式化显示

<s:date name="datetime" format="yyyy-MM-dd"/>

结果为:2010-07-19


其中,datetime为Action中传到页面上的变量,可以直接使用。

原文地址:https://www.cnblogs.com/zhangchunxi/p/3156610.html