//日期的格式化类 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); String format = sdf.format(new Date());
日期相关类
原文:https://www.cnblogs.com/bingxing/p/9374692.html