date('Y-m-d H:i:s',time())




dump(date("Ymd",time()));//20210305
dump(date("His",time()));//142455

转为时间截

strtotime(2021-05-26)