//把时间类型转换成字符串String sdate; Date ddate; …… sdate=(new SimpleDateFormat("yyyy-MM-dd"/*你想要的格式*/)).format(ddate);