JavaScript Date Object
JavaScript Date Object The Date object The Date object is used to work with dates and times. 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 creating an instance of the Date object, you can access all the methods of the object from the "my_date" variable. If, for example, you want to return t..
프로그래밍/스크립트
2009. 2. 6. 18:19