java中date数据不能存进数据库
用Datetime=newDate();获取日期用pstmt.setDate(5,time);会报错ThemethodsetDate(int,Date)inthetype...
用Date time=new Date();获取日期
用pstmt.setDate(5, time);会报错
The method setDate(int, Date) in the type PreparedStatement is not applicable for the arguments (int, Date)
: 展开
用pstmt.setDate(5, time);会报错
The method setDate(int, Date) in the type PreparedStatement is not applicable for the arguments (int, Date)
: 展开
2个回答
展开全部
java.sql.Date time=new java.sql.Date();
试试这个
试试这个
更多追问追答
追问
Multiple annotations found at this line:
- The constructor Date() is
undefined
- The constructor Date() is
undefined
追答
java.sql.Date date = new java.sql.Date(System.currentTimeMillis());
刚才写快了。。。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询