Date.getMilliseconds

ミリ秒の値を得る

構文

dateObject.getMilliseconds()

例文

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

<body>

<!--ミリ秒の値を得るのサンプル-->
<script type="text/javascript">
var dt = new Date();
document.write(dt.getMilliseconds());
</script>

</body>
</html>

関連記事

スポンサーリンク

LOG10関数 10を底とする対数

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

上に戻る