Display Last Modified Date

 

Display Last Modified Date

The Display Last Modified Date is a code that will display the date in which you last modified your web page.

Example:

  This is a great way to show your visitors how fresh your content is.

 

If you would like to display your web page's last modified date, place the code below within your HTML where you would like the date to appear.

<script language="Javascript">
document.write("This page was last modified on: " + document.lastModified +"");
</SCRIPT>

It is recommended that this code be placed toward the bottom of your web page.

This concludes the display last modified date code.

 
 

 
 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.