Javascript: Obtenir l’heure de temps universel

Author:

Javascript: Obtenir l'heure de temps universel
Download

<html>
  <head>
 
  </head>
  <body>
    <html>
<head></head>
<body>
<button onclick="var date = new Date();
                 alert(date.getUTCHours());">Exemple: getUTCHours()</button>
</body>
</html>
  </body>
</html>

Cet article Javascript: Obtenir l’heure de temps universel est apparu en premier sur .