echo date( "Y-m-d", strtotime( "2009-01-31 +2 month" ) ); // PHP: 2009-03-31. 很明显,2月根本没有30号、31号,所以上面的+1 month 直接跳到了三 ...
確定! 回上一頁