Forums / Developer / German Translation for the Datatype does not work in 3.3-5
Ralf Lohmann
Wednesday 12 May 2004 3:09:32 am
After the update our Date does not work exactly. before the update it shows: Mittwoch, 12.Mai 2004 after the update it shows: Wednesday, 12.Mai 2004The used code was :
{currentdate()|datetime(custom,"%l, %d.%F %Y")}
iddis GmbH Gesellschaft für geteiltes Wissen Society for shared knowledge Falkstr. 73-77 47058 Duisburg Germany
Björn [email protected]
Wednesday 12 May 2004 6:22:38 am
this will onyl work in combination with the i10n operator
In 3.4 you can also set a template local definition to force php to use a different server local settings
Bjoern -http://www.xrow.de
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs Looking for hosting? http://hostingezpublish.com ----------------------------------------------------------------------------- GMT +01:00 Hannover, Germany Web: http://www.xrow.com/
Thursday 13 May 2004 12:45:10 am
Hello Björn, thanx for your reply!But I can not get it working! Please take a look to my code:
{currentdate()|datetime(custom,"%l, %d.%F %Y")|i10n}
I think the syntax is wrong?Greets from Germany