怎么使用日期时间类将一个指定日期或当前系统日期时间戳转换成指定格式的日期
使用SimpleDateFormat类,设置输出样式SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");