@InitBinder//SpringMvc增加时间要写重写这个方法
// spring mvc对时间格式做处理,如果不写则要报Bind错误
private void InitBinder(ServletRequestDataBinder binder) {
binder.registerCustomEditor(Date.class, new CustomDateEditor(new SimpleDateFormat("yyyy-MM-dd"), true));}
@InitBinder//SpringMvc增加时间要写重写这个方法
// spring mvc对时间格式做处理,如果不写则要报Bind错误
private void InitBinder(ServletRequestDataBinder binder) {
binder.registerCustomEditor(Date.class, new CustomDateEditor(new SimpleDateFormat("yyyy-MM-dd"), true));}
本文标题:hibernate和mybaits日期数据类型
本文链接:https://www.haomeiwen.com/subject/pizttxtx.html
网友评论