<?php $time = time(); $prev_month = strtotime("-1 month", $time); echo date("Y-m-d", $prev_month); // 결과값 : 2013-01-25 ?>.
確定! 回上一頁