Tuesday 21 June 2005 4:34:21 am
Hi, try to add this to /settings/override/site.ini.append.php
[RegionalSettings]
# The primary language for your site
Locale=ita-IT
After that you should get the following formats:
-datetime: Martedì, 21 Giugno 2005 13:39:33
-shortdatetime: 21/06/2005 13:39
-time: 13:39:33
-shorttime: 13:39
-date: Martedì, 21 Giugno 2005 -shortdate: 21/06/2005 Assuming you use the following template-code:
-datetime: {currentdate()|l10n('datetime')} <br />
-shortdatetime: {currentdate()|l10n('shortdatetime')} <br />
-time: {currentdate()|l10n('time')} <br />
-shorttime: {currentdate()|l10n('shorttime')} <br />
-date: {currentdate()|l10n('date')} <br />
-shortdate: {currentdate()|l10n('shortdate')}
If it take long to load your page after you add the code to /settings/override/site.ini.append.php it's because the translations has to be generated. This is a sing that you did not set "Locale=ita-IT" anytime before (since you cleaned you cash last).
Daniel Beyer
_________________________________
YMC AG
Kreuzlingen, Switzerland
web: www.ymc.ch
____________________________________
|