From e2ae69c5288e614c717a8224cc821cefc930e557 Mon Sep 17 00:00:00 2001
From: Conor MacNeill 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>