PHP Date / Time 函数 ... <?php $date=date_create("2016-09-25"); echo date_format($date,"Y/m/d H:i:s") ; ?> ... date_format(object,format); ...
確定! 回上一頁