You create an instance of the Date object with the "new" keyword. To store the current date in a variable called "my_date": var my_date=new Date(). After ...
確定! 回上一頁