ps.setString(26, ((JTextField) Birthday.getDateEditor().getUiComponent()).getText());
私のJDateChooserのデフォルト形式はyyyy-MM-ddであるため、日付形式をMMM d、yyyyに変換する方法は私のコードです。
ps.setString(26, ((JTextField) Birthday.getDateEditor().getUiComponent()).getText());
私のJDateChooserのデフォルト形式はyyyy-MM-ddであるため、日付形式をMMM d、yyyyに変換する方法は私のコードです。