Displaying the Render Date and/or Time in SharePoint Pages
This is a simple enough task with a little JavaScript. Inserting the script below into your master page will output the date and time in the simplest way possible when the page is rendered: If your language is American English, you will see the following: Fri Oct 24 18:19:06 EDT 2008. Of course, if you’d…