Date.getMinutes

分の値を得る

構文

dateObject.getMinutes()

例文

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

<body>

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

</body>
</html>

関連記事

スポンサーリンク

WindowMessage plugin WindowMessageプラグイン

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

上に戻る