标签:omd register reg class rcu orm ini input框 tor
在controller层初始化initBinder。
@InitBinder
public void initBinder(WebDataBinder binder) {
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
dateFormat.setLenient(false);
binder.registerCustomEditor(Date.class, new CustomDateEditor(dateFormat, true));
}
标签:omd register reg class rcu orm ini input框 tor
原文地址:https://www.cnblogs.com/y1995/p/9119759.html