Thank you so much.
is it possible to use just
1$locale
instead of
1$localeUtil.fromLanguageId( $request.locale )
?
It's working but I don't know if it is correct.
If you want to display date in another format you can use this:
1$dateTool.format("dd. MM. yyyy / hh.mm:ss",
2 $dateTool.toDate("EEE, dd MMM yyyy hh:mm:ss Z",
3 $reserved-article-modified-date.getData()), $locale)
(for more info see
[url=http://velocity.apache.org/tools/releases/1.3/javadoc/org/apache/velocity/tools/generic/DateTool.html#format(java.lang.String,%20java.lang.Object,%20java.util.Locale,%20java.util.TimeZone)]DateTool Velocity Documentation)