The following source code will add 5 days to date. ... $date = "2015-11-17"; echo date('Y-m-d', strtotime($date. ' + 5 days')); ?>.
確定! 回上一頁