1. 程式人生 > >Date問題

Date問題

sql裡面的Date繼承了util裡面的Date 如果要從util轉化為sql裡面的Date, 方法是這樣的 new java.sql.Date(birthday.getTime());