java转换时间显示形式 String date;SimpleDateFormat myfmt = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");date=myfmt.format(new java.util.Date()).toString();