日期:2014-05-17 浏览次数:20656 次
<%@ page language="java" contentType="text/html;charset=utf-8"%> <%@taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>登陆页面</title> </head> <body> <s:date name="person.birthday" nice="true" format="dd/MM/yyyy" /> </body> </html>