package com.whyc.util; import java.text.SimpleDateFormat; /** * @Description : 时间工具类 * @date 2020/10/15 **/ public class DateUtil { public static SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); public static SimpleDateFormat sdfwithOut=new SimpleDateFormat("yyyy-MM-dd"); }