Javascript: Afficher la date GMT

Author:

Javascript: Afficher la date GMT
Download

<html>
  <head>
 
  </head>
  <body>
 
<html>
<head></head>
<body>
<button onclick="var date = new Date(); alert(date.toGMTString());">
Date GMT
</button>
</body>
</html>
 
 
 
 
  </body>
</html>

Cet article Javascript: Afficher la date GMT est apparu en premier sur .