🌈 搜索
📅  最后修改于: 2022-03-11 14:57:33.155000             🧑  作者: Mango
$sampleDate = '2019-01-02'; $convertDate = date("d-m-Y", strtotime($sampleDate)); print_r($convertDate);