內建類別(class) DateTime 用來建立日期時間物件(object) ,有以下預先定義的常數(constant) ... <?php $date = new DateTime(); echo $date->format('Y-m-d H:i:s'); ...
確定! 回上一頁