标签:for 前端 springmvc date web custom log att blog
前端页面传Date值
@InitBinder public void intDate(WebDataBinder dataBinder){ dataBinder.addCustomFormatter(new DateFormatter("yyyy-MM-dd"), "cardValidityFrom","cardValidityTo"); }
标签:for 前端 springmvc date web custom log att blog
原文地址:http://www.cnblogs.com/crossyang/p/7607513.html