spring mvc 日期转换

2015-02-26 0 242
spring mvc 日期转换
@InitBinder  
    protected void initBinder(HttpServletRequest request,  
            ServletRequestDataBinder binder) throws Exception {  
            DateFormat df = new SimpleDateFormat("yyyy-MM-dd");  
            CustomDateEditor editor = new CustomDateEditor(df, false);  
            binder.registerCustomEditor(Date.class, editor);  
    } 

遇见资源网 java spring mvc 日期转换 http://www.ox520.com/8773.html

下一篇: JDBC的工具类
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务