Javascript: Afficher les secondes

Author:

Javascript: Afficher les secondes
Download

<html>
  <head>
 
  </head>
  <body>
    <html> <head>  </head>
<body>
<button onclick="var myDate = new Date(); 
    alert(myDate.getSeconds());">Afficher Secondes</button>
</body>
</html>
  </body>
</html>

Cet article Javascript: Afficher les secondes est apparu en premier sur .