码迷,mamicode.com
首页 > 编程语言 > 详细

SpringMVC杂记

时间:2017-09-28 17:18:24      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:for   前端   springmvc   date   web   custom   log   att   blog   

 

 

 

前端页面传Date值

@InitBinder
public void intDate(WebDataBinder dataBinder){
    dataBinder.addCustomFormatter(new DateFormatter("yyyy-MM-dd"), "cardValidityFrom","cardValidityTo");
}

 

SpringMVC杂记

标签:for   前端   springmvc   date   web   custom   log   att   blog   

原文地址:http://www.cnblogs.com/crossyang/p/7607513.html

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