Dateオブジェクト


生成


使い方


メソッド一覧

メソッド機能
getDate日(1〜31)の取得
getDay曜日(0:日〜6:土)の取得
getHours時(0〜23)の取得
getMinutes分(0〜23)の取得
getMonth月(0〜23)の取得
getSeconds秒(0〜23)の取得
getTime1970年1月1日am0:0:0からの経過ミリ秒の取得
getYear年(西暦下2桁)の取得
setDate日の設定
setHours時の設定
setMinutes分の設定
setMonth月の設定
setSeconds秒の設定
setTime1970年1月1日am0:0:0からの経過ミリ秒の設定
setYear年の設定
これ以外にもあります