码迷,mamicode.com
首页 > 其他好文 > 详细

实体的时间date属性的字段之表单提交

时间:2019-06-05 09:33:55      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:时间   mat   实体   led   gis   表单提交   imp   日期   boot   

@InitBinder
    public void initBinder(WebDataBinder binder) {
        DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
        dateFormat.setLenient(true);
        binder.registerCustomEditor(Date.class, new CustomDateEditor(dateFormat, true));
    }

这是springboot后台格式化日期字段的方法,直接放在控制层他就可以用了

实体的时间date属性的字段之表单提交

标签:时间   mat   实体   led   gis   表单提交   imp   日期   boot   

原文地址:https://www.cnblogs.com/bbllw/p/10977650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!