2017-03-16 172 views

回答

0

请使用这样的PHP内置日期功能。

$time=time(); 
$custom_date=date('Y-m-d',$time); 
echo $custom_date; 

我希望你能理解。

+0

谢谢你的作品。 –

相关问题