<?php echo date('Y-m-d H:i:s') . "\n"; echo date('Y-m-d H:i:s', strtotime("1 month")) . "\n"; echo date('Y-m-d', strtotime("2 month")) .
確定! 回上一頁