Package org.jeecgframework.core.interceptors

Examples of org.jeecgframework.core.interceptors.DateConvertEditor


  public void initBinder(ServletRequestDataBinder binder) {
//    SimpleDateFormat dateFormat = new SimpleDateFormat(
//        "yyyy-MM-dd hh:mm:ss");
//    binder.registerCustomEditor(Date.class, new CustomDateEditor(
//        dateFormat, true));
    binder.registerCustomEditor(Date.class, new DateConvertEditor());
  }
View Full Code Here

TOP

Related Classes of org.jeecgframework.core.interceptors.DateConvertEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.