@DateTimeFormat(pattern="yyyy-MM-dd HH:mm") private Date startTime;
爲@DateTimeFormat使用添加配置 引入 maven joda-time 依賴包或是手動添加 joda-time jar包(特別重要)。web
Spring-web添加@DateTimeFormat使用配置添加:mvc
<mvc:annotation-driven></mvc:annotation-driven>
@DateTimeFormat實現頁面傳到控制層Controller的Date轉換,對其餘的數據查詢不會有影響。maven