Users List
Subject: Re: create a dir with current date
On Friday October 20, 2006 15:05, "Muthyala, Sunil"
<[EMAIL PROTECTED]> wrote:
> I am trying to create a directory with current system date, I tried
> using "tstamp" but did not work.
Should do the trick
You should be able to store the tstamp in a property and use that in the
directory name something like:
"-MM-dd_HH-mm-ss"/>
Muthyala, Sunil wrote:
I am trying to create a directory with current system date, I tried using
"tstamp" but
On Friday October 20, 2006 15:05, "Muthyala, Sunil"
<[EMAIL PROTECTED]> wrote:
> I am trying to create a directory with current system date, I tried
> using "tstamp" but did not work.
Should do the trick for you. You can adjust the partern to be any date
format you want.
> Where can I