オブジェクト Object Type
Format
Date.メソッド Date. Methods
Date.プロパティ Date. Property
Commentary
Date(日付)オブジェクトです。 Date (Date) object. 日付や日時に関する情報を持っています。 I have a date and time information. 設定する事もできますが、設定される日時や時刻はシステム(OS)の時計には影響を与えません。 You can also set the time and date is set, the system (OS) does not affect the clock.
サンプルコード Sample code
outputs[0] = (new Date()).toString(); outputs [0] = (new Date ()). toString ();