Sets the DSTAMP
, TSTAMP
, and TODAY
properties in the current project. By default, the DSTAMP
property is
in the format "%Y%m%d"
, TSTAMP
is in the format
"%H%M"
, and TODAY
is in the format
"%B %d %Y"
. Use the nested <format>
element
to specify a different format.
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 indicate, for example, the release date. The best place for this task is probably in an initialization target.
Table 58. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
prefix |
String |
Prefix used for all properties set. | n/a | No |