$dateOneMonthAdded = strtotime(date("Y-m-d", strtotime($todayDate)) . "+1 month"); echo "After adding one month: ".date('l dS \o\f F Y', ...
確定! 回上一頁