IIS Time Stamps

IIS Time Stamps

am 22.08.2007 21:05:12 von smacfawn

I have a web page that I created and on it is a list of products that
are produced. This information sits in an HTML table that has columns
that shows the Name, Date Due, Department and the Analyst that
provided the information. I would like to include a column that will
show when the file was last update.

Each product links to an Excel spreadsheet that is uploaded to the
server. I would like the "Updated" column to show the time stamp that
the Excel spreadsheet was uploaded to the server or how much time has
elapsed since it was updated if possible

The page is written in HTML with some javascript. The site sits on a
server that is IIS and that seems to be my issue as I am using ASP and
do not know if it is possible with ASP.

Can anyone help with this issue.

Re: IIS Time Stamps

am 25.08.2007 06:40:32 von David Wang

On Aug 22, 12:05 pm, smacf...@hotmail.com wrote:
> I have a web page that I created and on it is a list of products that
> are produced. This information sits in an HTML table that has columns
> that shows the Name, Date Due, Department and the Analyst that
> provided the information. I would like to include a column that will
> show when the file was last update.
>
> Each product links to an Excel spreadsheet that is uploaded to the
> server. I would like the "Updated" column to show the time stamp that
> the Excel spreadsheet was uploaded to the server or how much time has
> elapsed since it was updated if possible
>
> The page is written in HTML with some javascript. The site sits on a
> server that is IIS and that seems to be my issue as I am using ASP and
> do not know if it is possible with ASP.
>
> Can anyone help with this issue.


It is possible to do lots of things with ASP, including what you are
asking. You have to use the right object to do it. The "File" object
of Scripting.FileSystemObject works, for example -- please search MSDN
for documentation, examples, etc.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//