Date dt = new Date();
SimpleDateFormat f = new SimpleDateFormat("yyyy-MM-dd");//格式化
System.out.println(f.format(dt)); //用SimpleDateFormat格式来格式化当前时间
相关文章
- 08-01net.sf.json.JSONObject对时间戳的格式化处理
- 08-01时间格式化转换
- 08-01我可以使用seaborn在x轴上绘制带日期时间的线性回归吗?
- 08-01Springmvc配置时间日期转换
- 08-01时间戳格式化为正常时间 (年-月-日 时:分:秒)
- 08-01模糊查询时间日期
- 08-01SimpleDateFormat(jdk 8之前的日期时间的API测试)
- 08-01使用注解将时间格式化
- 08-01时间日期类
- 08-01工具类(一)-日期格式化工具类