<?php $t = time(); echo date('Y-m-d H:i:s',$t); ?>
勇敢站起来快步向前冲是你唯一的出路
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()) ; ?>
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.
也可以这样写