获取当前日期除了上面的方法,还可以怎么写?
小天
小天 2016-12-17 14:12:22
0
2
1012
<?php
	$t = time();
	echo date('Y-m-d H:i:s',$t);
?>


小天
小天

勇敢站起来快步向前冲是你唯一的出路

reply all(2)
数据分析师

In addition to the above method, how else can you write the current date? -PHP Chinese website Q&A-In addition to the above method, how else can you write to get the current date? -PHP Chinese website Q&A

Please watch and learn.

迷茫

也可以这样写

<?php
    echo date('Y-m-d H:i:s',time()) ;
?>


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template