預設值為now,等同new DateTime('now'); $date = new DateTime(); // yesterday, ... week, month, year $date = new DateTime('+1 day'); ...
確定! 回上一頁