diff --git a/docs/manual/CoreTasks/tstamp.html b/docs/manual/CoreTasks/tstamp.html index 115d2c5f0..bb98da671 100644 --- a/docs/manual/CoreTasks/tstamp.html +++ b/docs/manual/CoreTasks/tstamp.html @@ -79,6 +79,16 @@ The format element also allows offsets to be applied to the time to generate dif
DSTAMP
, TSTAMP
,
and TODAY
properties according to the default formats.
<tstamp> - <format property="TODAY_UK" pattern="d-MMMM-yyyy"/> + <format property="TODAY_UK" pattern="d-MMMM-yyyy" locale="en"/> </tstamp>
sets the standard properties as well as the property
TODAY_UK
with the date/time pattern "d-MMMM-yyyy"
-(eg., 21-May-2001).
+using English locale (eg. 21-May-2001).
<tstamp>