holtdl 2002/06/17 07:30:17
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH tstamp.html
Log:
Format of default props can be specified.
Revision Changes Path
No revision
No revision
1.13.2.5 +4 -2 jakarta-ant/docs/manual/CoreTasks/tstamp.html
Index: tstamp.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tstamp.html,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -u -r1.13.2.4 -r1.13.2.5
--- tstamp.html 17 Jun 2002 07:54:20 -0000 1.13.2.4
+++ tstamp.html 17 Jun 2002 14:30:17 -0000 1.13.2.5
@@ -11,10 +11,12 @@
<h3>Description</h3>
<p>Sets the <code>DSTAMP</code>, <code>TSTAMP</code>, and
<code>TODAY</code>
-properties in the current project. The <code>DSTAMP</code> property is in the
+properties in the current project. By default,
+the <code>DSTAMP</code> property is in the
format "yyyyMMdd", <code>TSTAMP</code> is in the
format "hhmm", and <code>TODAY</code> is in the
-format "month day year".</p>
+format "MMMM dd yyyy". Use the nested <format> element
+to specify a different format.</p>
<p>These properties can be used in the build-file, for instance, to create
time-stamped filenames, or used to replace placeholder tags inside documents
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|