日期相关类


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