Javascript: Modifier l’heure de temps universel

Author:

Javascript: Modifier l'heure de temps universel
Download

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

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