Date.getUTCMinutes

協定世界時の分を返します。

構文

日付オブジェクト.getUTCMinutes()

例文

<html>
 <head>
  <title>Date.getUTCMinutes</title>
</head>
 <body>
  <script type="text/javascript"><!--
  dateObj = new Date();
  m = dateObj.getUTCMinutes();
  document.write(m+"分");
  // --></script>
 </body>
</html>

関連記事

スポンサーリンク

counter-increment 要素の連番(カウンタ)の値を進める

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

上に戻る