home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / ssi1.stm < prev    next >
Text File  |  1996-10-01  |  964b  |  43 lines

  1. <HTML>
  2. <HEAD>
  3. <H1>
  4. #flastmod</H1>
  5. <BR>
  6. This example demonstrates use of the '#flastmod' function. <BR>
  7. <HR>
  8. </HEAD>
  9. <BODY>
  10.  
  11. 1. display last modified date of file in current directory<BR>
  12.    The file 'inc.txt' has a last modified date of 
  13. <FONT COLOR="Green">
  14. <!--#flastmod file="inc.txt"--><BR>
  15. </FONT>
  16. <BR>
  17. <BR>
  18. 2. display last modified date of file using a virtual directory<BR>
  19.    The file '/ASPSamp/samples/inc.txt' has a last modified date of 
  20. <FONT COLOR="Green">
  21. <!--#flastmod virtual="/ASPSamp/samples/inc.txt"--><BR>
  22. </FONT>
  23. <BR>
  24. <BR>
  25. 3. display last modified date of this file<BR>
  26.    This file has a last modified date of 
  27. <FONT COLOR="Green">
  28. <!--#flastmod file=""--><BR>
  29. </FONT>
  30. <BR>
  31. <BR>
  32. 4. Change display format of last modified date<BR>
  33.    This file has a last modified date of 
  34. <FONT COLOR="Green">
  35. <!--#config timefmt="%m/%d/%y %H:%M:%S"-->
  36. <!--#flastmod file=""--><BR>
  37. </FONT>
  38. <BR>
  39. <BR>
  40.  
  41. </BODY>
  42. </HTML>
  43.