You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Yaron Ruckenstein <ya...@mobilitec.com> on 2002/12/05 10:39:45 UTC

Date formatting using propertyfile

Hi,

I would like to use the propertyfile to create a property 
that shall be used later to label the files in the CM.

Could anyone tell me how I can format today's date to 
something like 05NOV2002 .

Thanks in advance,

Yaron.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Date formatting using propertyfile

Posted by Stefano Mancarella <st...@caboto.it>.
Yaron Ruckenstein wrote:
> Could anyone tell me how I can format today's date to 
> something like 05NOV2002 .

<tstamp>
     <format property="TODAY" pattern="ddMMMyyyy"/>
</tstamp>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>