[TYPO3-english] change dateformat according to locale
T.M.Snyder
tmsnyder at hotmail.com
Tue Dec 2 13:53:14 CET 2008
Hi all,
I have A TYPO3 4.2 installation.
I configured 3 languages.
[globalVar = GP:L<1]
config.sys_language_uid=
config.language=de
config.locale_all=de_DE
[global]
[globalVar = GP:L=1]
config.sys_language_uid=1
config.language=en
config.locale_all=en_US
[global]
If I have date from news and other extensions or just a normal date output
they will change monthanes to according language.
It is: 01. Mai 2008 or 01. May 2008
The problem now is, that I want GLOBALLY the following:
german: 01. Mai 2008 ( strftime(%d. %m %Y) )
english: May, 1st 2008 ( strftime(. . . . . ) )
frensh: 01.05.2008 ( strftime(%d.%m.%Y) )
How is this possible in TYPO3?
Thanks for advice
=)
More information about the TYPO3-english
mailing list