发布网友 发布时间:2022-04-06 03:27
共3个回答
热心网友 时间:2022-04-06 04:56
可以的 date('Y-m-d', strtotime(' Apr 30, 14'));
strtotime 将字符串转换为时间戳
date把时间戳格式化为你要的格式
热心网友 时间:2022-04-06 06:14
<?php
echo date('Y-m-d', strtotime('Apr 30, 14'));
?>
试试不就知道了???
热心网友 时间:2022-04-06 07:49
echo date('Y-m-d', strtotime(' Apr 30, 14'));