Hi
with a PHP script (Apache , WinXp) I write the date and time stamp into an INI file.
I need the right date format of each country, where the Werserver is installed.
I tried this with "setlocale"
setlocale (LC_TIME, "");
$filedatetimetmp = strftime("%c");
when I execute a;
echo "<br>Country code is " . setlocale(LC_ALL,"0"). "<br><br>";
I receive always "german_German". Also When I change the country and region setting
in control panel and rebot the PC.
What is wrong?
regards
Hans