IHYPRESS PROGRAMMING
Tutorials and JavaScript programs with code and output for beginners
HOME
|
ASP
|
C
|
CSS
|
GNUPLOT
|
HTML
|
JAVASCRIPT
|
PERL
|
PHP
|
PYTHON
|
RUBY
|
SVG
JavaScript
❯ Time and Date
<09>
<script> var currentTime = new Date() var month = currentTime.getMonth() + 1 var day = currentTime.getDate() var year = currentTime.getFullYear() document.write(month + "/" + day + "/" + year) </script>
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland