$ThisDay = strtotime($ThisDay); // 將日期轉為Unix時間戳記 $ThisDay = strtotime(“+1 day”,$ThisDay); // 計算$ThisDay的後一天.
確定! 回上一頁