Return a new DateTime object, and then format the date: <?php $date=date_create("2013-03-15"); echo date_format($date,"Y/m/d H:i:s");
確定! 回上一頁