Code Bank
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingCode Bank

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old August 27th, 2005, 12:29 PM
shamrog12's Avatar
shamrog12 shamrog12 is offline
Newton's Apple Wizard
ASP Free Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 1,661 shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Weeks 2 Days 2 h 39 m 22 sec
Reputation Power: 34
Send a message via AIM to shamrog12
Date Last Modified - ASP

asp Code:
Original - asp Code
  1. <%
  2. Function FileLastMod()
  3.   ' Local variables
  4.   Dim loFs, lsFile, lsPath, loFile, ldLast
  5.  
  6.   ' Create an instance of FileSystemObject object
  7.   Set loFs = CreateObject("Scripting.FileSystemObject")
  8.  
  9.   ' Get the logical path of the current file
  10.   ' (i.e. the file in which this code runs)
  11.   lsFile = Request.ServerVariables("SCRIPT_NAME")
  12.  
  13.   ' Get the physical path of the file
  14.   lsPath = Server.MapPath(lsFile)
  15.  
  16.   ' Get a handle/pointer to this file
  17.   Set loFile = loFs.GetFile(lsPath)
  18.  
  19.   ' Get the "Last Modified" property of this file
  20.   ldLast = loFile.DateLastModified
  21.  
  22.   ' Release the objects
  23.   Set loFile = Nothing
  24.   Set loFs = Nothing
  25.  
  26.   ' Write out the date in the long date
  27.   ' format e.g. "MM/DD/YY"
  28.   FileLastMod = CStr(FormatDateTime(ldLast, 2))
  29. End Function
  30. %>
  31. <%="Last Modified: " & FileLastMod() %>
Comments on this post
Adnan77 agrees!
__________________
If you found a post of mine helpful, please click on the on my post to add to my reputation.


Last edited by shamrog12 : October 25th, 2005 at 04:32 PM. Reason: error pointed out to me in post

Reply With Quote
  #2  
Old October 25th, 2005, 09:09 AM
MARKEDAGAIN's Avatar
MARKEDAGAIN MARKEDAGAIN is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Nov 2004
Location: Montreal
Posts: 668 MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level)MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level)MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level)MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level)MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level)MARKEDAGAIN User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 6 Days 7 h 4 m 19 sec
Reputation Power: 24
hey,

theres a mistake in your code
should be
Code:
<%="Last Modified: " & FileLastMod() %> 

instead of
Code:
<%="Last Modified: " & FileLastMod()) %> 
Comments on this post
leuvenaar agrees!
__________________
Mark
If you found a post particularly helpful, show your appreciation by clicking the "scales" icon in the bar just above the post, at the right hand side.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingCode Bank > Date Last Modified - ASP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway