getDate
種 類
メソッド
書 式
Dateオブジェクト.
getDate()
解 説
日にちを返します。
コード
dObj = new Date();
alert("日にちは"+dObj.getDate()+"です。");
■サンプルをダウンロードする
>>.zip