Use strtotime() : $start_date = date('Y-m-d H:m:s'); $end_date = date('Y-m-d H:m:s', strtotime("+60 days"));. or more simply:
確定! 回上一頁