Date dtValue = (java.sql.Date) fldFrom4.getValue(); String sDate = dtValue.toString(); fldTo4.setText(sDate); // Set the focus to fldTo4 so that the Control ...
確定! 回上一頁