public static SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
return simpleDateFormat.format(d);
public static String getTime() {
Date d = new Date();return simpleDateFormat.format(d);
}
返回string类型
public static String getTime() {
Date d = new Date();}
返回string类型