toDateString

種類メソッド
書式 Dateオブジェクト.setDateString()
解説
日時形式に変換します。
サンプルコード
dObj = new Date();
alert(dObj.toDateString()+"です。");
実際のスクリプトをダウンロード