21307 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 290 Views |
-
Re: Date months in locale

4 May 2012 at 6:37pm
Well $Now.Month returns the month name. It will return whatever locale you have set at the PHP level (setlocale()) I don't believe SS will set this automatically for you.
-
Re: Date months in locale

4 May 2012 at 10:25pm
i use in mysite/_config.pgp lines:
i18n::set_locale('et_EE');
setlocale(LC_TIME, i18n::get_locale() . '.utf8');But in blog module the months are still in english.
Blog module uses in posts:
$Date.Long
And in widget it also in english -
Re: Date months in locale

5 May 2012 at 5:53am
got it working with code $Date.FormatDate(%d %b %Y)
But still needed the code do make ArchiveWidget to show the title in right language
| 290 Views | ||
|
Page:
1
|
Go to Top |


