存入的时候用 SimpleDateFormat timeFormat=new SimpleDateFormat("yyyy-MM-dd"); Date time=new Date(); String times=timeFormat.format(time);
java.sql.Timestamp~~~~