SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd HH/mm/ss");输出: sdf.format(date);这个date就是你从数据库里提取出来的日期了
rs.getString("字段名");这么出来就是string