用PHP显示当前日期

作者:袖梨 2022-07-02

把下列代码放到网页的指定显示位置:


$now_time = time();

$time = gmdate("M d Y", mktime($now_time));

echo $time;

?>

相关文章

精彩推荐