I use this code in my template(s):
<?php setlocale(LC_TIME, "de_DE.utf8"); snippet('header') ?>
...
<?= strftime( "%d. %B %Y", strtotime(date("Y-m-d", $page->date())) ) ?>
This gives me:
I use this code in my template(s):
<?php setlocale(LC_TIME, "de_DE.utf8"); snippet('header') ?>
...
<?= strftime( "%d. %B %Y", strtotime(date("Y-m-d", $page->date())) ) ?>
This gives me: