gpt4 book ai didi

java - Jdatechooser getDate() 方法不起作用

转载 作者:行者123 更新时间:2023-11-29 07:54:18 25 4
gpt4 key购买 nike

我正在尝试从 jDateChooser 获取日期。所以我使用了这个更新查询。但是现在我得到这个 getDate() 方法作为 cannot find the symbol 错误。我正在使用 JDBC 类。以下是我的查询:

try { 
new JDBC().putData("UPDATE work SET balance='"+txtValue.getText()+"', date='"+new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date.getdate()) +"' WHERE id='1'");

} catch (Exception e) {
JOptionPane.showMessageDialog(null, this.getClass().getName() +" "+e);
}

最佳答案

你这里可能有错误:

date.getdate()

应该是大写的D

date.getDate()

关于java - Jdatechooser getDate() 方法不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18864421/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com