How to put date stamp into a variable?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ikh1@cornell.edu

    How to put date stamp into a variable?

    Hello,

    I need to get an ASP to put the time/date stamp of a specific text file (which
    is in the same directory) into a variable. How can I do this?

  • Curt_C [MVP]

    #2
    Re: How to put date stamp into a variable?

    I believe you can use FSO to get these file attributes, similar to this



    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    <ikh1@cornell.e du> wrote in message
    news:cm5qs9$i7d $1@news01.cit.c ornell.edu...[color=blue]
    > Hello,
    >
    > I need to get an ASP to put the time/date stamp of a specific text file
    > (which
    > is in the same directory) into a variable. How can I do this?
    >[/color]


    Comment

    • ikh1@cornell.edu

      #3
      Re: How to put date stamp into a variable?

      Thanks!

      In article <e3DzqbDwEHA.37 88@TK2MSFTNGP10 .phx.gbl>, "Curt_C [MVP]"
      <software_AT_da rkfalz.com> wrote:[color=blue]
      >I believe you can use FSO to get these file attributes, similar to this
      >http://www.darkfalz.com/1119
      >
      >[/color]

      Comment

      Working...