Deb Deppeler
11-05-2003, 04:02 PM
I have inserted the following into my html
<script language="JavaScript">
lastModDate=new Date(document.lastModified);
document.write("Last updated: " + lastModDate) ;
</script>
The results of this show up in the page as:
Last updated: Wed Dec 31 1969 18:00:00 GMT-0600 (Central Standard Time)
I believe that it is the file server that is returning the wrong information for the current document, but am unable to change that.
Has anyone else experienced this and found a work around?
thanks,
-Deb
<script language="JavaScript">
lastModDate=new Date(document.lastModified);
document.write("Last updated: " + lastModDate) ;
</script>
The results of this show up in the page as:
Last updated: Wed Dec 31 1969 18:00:00 GMT-0600 (Central Standard Time)
I believe that it is the file server that is returning the wrong information for the current document, but am unable to change that.
Has anyone else experienced this and found a work around?
thanks,
-Deb