You can convert java.util.Date to java.sql.Timestamp by first taking the long millisecond value using the getTime() method of Date class and ...
確定! 回上一頁