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>

関連記事

スポンサーリンク

ImageMagick更新で『PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imagick.so'』エラーが出る場合

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

上に戻る