摘要:
public class DataUtils { /** * * @description: 获得当天最小时间 * @author: Jeff * @date: 2019年12月21日 * @param date * @return */ public static Date getStartOfD 阅读全文
摘要:
public class CronUtil { public static SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");//设置日期格式 public static SimpleDateFormat df2 = 阅读全文