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 No + + locale + The locale used to create date/time string. The general + form is "language, country, variant" but either variant or variant and + country may be omitted. For more information please refer to documentation + for the + Locale + class. + No +

Examples

@@ -92,13 +102,13 @@ sets the standard 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>