I try to display a date in German but it doesn\'t work. I\'m using PHP with XAMPP.
These are my approaches:
function get_Datetime_Now() { setlocale (
You can try with :
setlocale(LC_TIME, 'de_DE', 'de_DE.UTF-8'); echo strftime("%A, %d. %B %Y");
worked for me