Archived topic
Formatting date Output php
3 replies · Started by Beate on February 1, 2022
Viewing posts 1–4 of 4
Hello, I would like to ask how I can adjust the language in the output of the date function.
WordPress Settings are German.
php in hook:
echo date("l",time());
Output ist "Monday", "Tuesday"...
How can I force the German edition here?
Thanks!
Hi there,
try the internationalization version: date_i18n
see here:
That worked, thank you very much!
You're welcome
This archived topic is closed to new replies.