获取当前日期时间
echo date(“Y/m/d H:i:s”)
echo time():
转换时间戳
echo time();
echo date("Y/m/d H:I:S");
日期转换时间戳
$date="2021-4-02 11:53:24";
strtotime($date);
获取当前日期时间
echo date(“Y/m/d H:i:s”)
echo time():
转换时间戳
echo time();
echo date("Y/m/d H:I:S");
日期转换时间戳
$date="2021-4-02 11:53:24";
strtotime($date);