[TYPO3-news] [TYPO3-project-news] Re: News texts "created by" and date format not in german?!

Chris typo3 at mediadreams.org
Mon Jul 18 23:25:00 CEST 2016


I solved this problem by using the following format for the date format helper:

<f:format.date format="%A, %d.%m.%Y - %H:%M">{my.date}</f:format.date>

Find all usable values here: http://php.net/strftime

If this is not working, enter "locale -a" in a terminal window on your server, to check, which locales are available. Make sure, that you find "de_DE". If you can't see this, it might be "de_DE.UTF-8".


More information about the TYPO3-project-news mailing list