echo date("m/Y", strtotime("-1 month")); // returns 10/2006 ?> Instead it returned `10/2006` and upon further investigation strotime("-1 ...
確定! 回上一頁