Hallo,
warum so kompliziert? Mit strftime kann man ganz bequem das Datum formatieren, auch auf deutsch:
setlocale(LC_ALL, array('de','de_DE@euro','deu'));
echo strftime("%A, %d. %B %Y, %H:%M Uhr");
Alex
Hallo,
warum so kompliziert? Mit strftime kann man ganz bequem das Datum formatieren, auch auf deutsch:
setlocale(LC_ALL, array('de','de_DE@euro','deu'));
echo strftime("%A, %d. %B %Y, %H:%M Uhr");
Alex