//Get today's date using the JavaScript Date object. var ourDate = new Date(); //Change it so that it is 7 days in the past. var pastDate = ourDate.
確定! 回上一頁