I'm searching for a way to change the date format to the German standard (dd.mm.yyyy). Any ideas where to change that? Thought there would be an option in the settings.php but there isn't.
You have to change some values in the german locale file (locale.php) to this: $Definition['Date.DefaultDayFormat'] = '%e. %B'; $Definition['Date.DefaultFormat'] = '%e. %B %Y'; $Definition['Date.DefaultTimeFormat'] = '%H:%M';
Comments
$Definition['Date.DefaultDayFormat'] = '%e. %B';
$Definition['Date.DefaultFormat'] = '%e. %B %Y';
$Definition['Date.DefaultTimeFormat'] = '%H:%M';