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,662 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 43 m 24 sec
Reputation Power: 55
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: 26
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





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

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





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 11 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek