joelnazarene

dat

Mar 4th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5.  
  6. <p id="demo"></p>
  7.  
  8. <script>
  9. var d = new Date();
  10. document.getElementById("demo").innerHTML = d.getMonth();
  11. </script>
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment