struts2 json Date类型 2010-12-22T10:26:50
非原创, 只做记录用?http://www.iteye.com/topic/568775
?
json插件默认格式化java.util.Date类型的格式如2010-12-22T10:26:50, 需要添加@JSON(format="yyyy-MM-dd HH:mm:ss")
?
@JSON(format="yyyy-MM-dd HH:mm:ss")public Date getPostDate() {return this.postDate;}?