JavaScript Get Timestamp
home
Run
screen_rotation
fullscreen
cloud_download
navigate_next
<html> <head> <script type="text/javascript"> document.write("Current Date = "+Date()+"<br>"); document.write("Current TimeStamp = "+Date.now()); </script> </head> <body> </body> </html>
<html> <head> <script type="text/javascript"> document.write("Current Date = "+Date()+"<br>"); document.write("Current TimeStamp = "+Date.now()); </script> </head> <body> </body> </html>
Copyrights@tutorialsplane.com