change date format
Hi,
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.
bye
vegano
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.
bye
vegano
0
Comments
$Definition['Date.DefaultDayFormat'] = '%e. %B';
$Definition['Date.DefaultFormat'] = '%e. %B %Y';
$Definition['Date.DefaultTimeFormat'] = '%H:%M';