Forum Moderators: open

Message Too Old, No Replies

Automated Revised Date

         

Blue_Tetra

5:19 pm on Mar 12, 2002 (gmt 0)

10+ Year Member



Hi all, I need your help again.

I have to maintain numorous files and it is much better if I can display the last saving date of the files. How can I display it automaticaly without changing the date manually ?

Many thanks. >>> Blue Tetra <<<

joshie76

5:38 pm on Mar 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Blue_Tetra

In JavaScript you can use:

<script language="JavaScript" type="text/javascript">
document.write(document.lastModified)
</script>

If you want to do it server side it'll depend on what server side processing you have.

Josh

Blue_Tetra

6:13 pm on Mar 12, 2002 (gmt 0)

10+ Year Member



Its not for the server side, but for the clients side. It works !!!
thanks Josh

>>>Blue Tetra<<<