toTimeString
種 類
メソッド
書 式
Dateオブジェクト.
toTimeSTring()
解 説
時刻形式に変換します。
コード
dObj = new Date();
alert(dObj.toTimeString()+"です。");
■サンプルをダウンロードする
>>.zip