The echo command may be used to display the "last modified" date of the html document. That is the last time a specific web page was changed and/or uploaded to the server.
| <!--#echo var="LAST_MODIFIED" --> | You will have to enter the correct filename and extension with this command. Since this is also a date and time command like DATE_LOCAL, you can use the config timefmt command before this one too.
| <!--#config timefmt="%m/%d/%y" --> <!--#echo var="LAST_MODIFIED" --> | Now if you want to show this effect with a value from a different page, then the flastmod command may be used. flastmod stands for File Last Modified.
| <!--#flastmod file="filename.shtml" --> | You will have to enter the correct filename and extension with this command. Since this is also a date and time command like DATE_LOCAL, you can use the config timefmt command before this one too.
| <!--#config timefmt="%m/%d/%y" --> <!--#flastmod file="filename.shtml" --> |
----------------- Article by David Stanley. Visit his site http://www.htmlite.com. Reprinted with permission.
|