HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>document.lastModified will return the current time only.</p> <p id="point"></p> <script> var x = document.getElementById("point"); x.innerHTML = document.lastModified; </script> </body> </html>
OUTPUT
×

Save as Private