springmvc提交表单日期用Date接收

springMVC提交表单时候,日期数据正常状况下要用String来接收,若是想要用Date来接收,能够实现PropertyEditorRegistry接口,这个接口在spring-beans包下java @InitBinder protected void initBinder(WebDataBinder binder) { SimpleDateFormat dateFo
相关文章
相关标签/搜索