2017-03-16 393 views

回答

0

請使用這樣的PHP內置日期功能。

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

我希望你能理解。

+0

謝謝你的作品。 –

相關問題