package com.aaa.controller;
import org.springframework.beans.propertyeditors.CustomDateEditor;
import org.springframework.web.bind.ServletRequestDataBinder;
import org.springframework.web.bind.annotation.InitBinder;
import java.text.SimpleDateFormat;
import java.util.Date;
public class BaseController {
@InitBinder
public void initBinder(ServletRequestDataBinder binder) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
binder.registerCustomEditor(Date.class, new CustomDateEditor(sdf, true));
}
}
最近下载更多
最近浏览更多
khmumuno
10月24日
暂无贡献等级
求学的熊猫 LV11
10月10日
xiao小果 LV13
8月25日
微信网友_7651521897680896
8月22日
暂无贡献等级
康日澜 LV10
8月2日
d3834632 LV2
7月14日
短巷拥猫 LV12
6月18日
潜心小白来到 LV3
6月10日
2225906816
5月26日
暂无贡献等级
zxdfdcfffddssd
5月21日
暂无贡献等级

