
Cliff
Staff

Jan 2, 2006, 1:18 PM
Post #2 of 2
(1484 views)
Shortcut
|
|
Re: [JamesKB] Update date/time stamp??
[In reply to]
|
Can't Post
|
|
Hi James, Thanks for posting. While I wasn't able to find a way to do this in Page Publisher, I did find some JavaScript that will give you the same result:
<script language="Javascript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com var default_date = "7/26/00" var lm = document.lastModified if (Date.parse(lm) == 0) { lm = default_date } document.write("Last Modified on: " + lm) //--> </script> Give that a try, it should give you the effect that you are looking for Regards, Cliff Stefanuk - Customer Service Manager [email]support@interactivetools.com[/email]
|