Javascript: Afficher le mois actuel

Author:

Javascript: Afficher le mois actuel
Download

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

Cet article Javascript: Afficher le mois actuel est apparu en premier sur .