Forum Moderators: open
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 <<<
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<<<