Date.toTimeString

[00:00:00 UTF+0900]の形式で時刻を得る

構文

dateObject.toTimeString()

例文

<html>
<head>
<title>Date.toTimeString</title>
</head>

<body>

<!--[00:00:00 UTF+0900]の形式で時刻を得るのサンプル-->
<script type="text/javascript">
dateObject = new Date();
document.write(dateObject.toTimeString());
</script>

</body>
</html>

関連記事

スポンサーリンク

VBoxGuestAdditions.iso の場所

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る