phpbar.de logo

Mailinglisten-Archive

[php] setlocale() klappt nur halb...?

[php] setlocale() klappt nur halb...?

Lukas Blatter php_(at)_phpcenter.de
Thu, 25 Apr 2002 17:17:56 +0200


> Ich frage mich gerade weßhalb die folgenden Zeilen:
>
> setlocale(LC_TIME, "ge");
> $today = strftime("%A %d.%B %Y",time());
> echo $today;
>
> dies ausgeben:
> Thursday 25.April 2002

Wenn ich dich richtig verstehe, willst du die Ausgabe Donnerstag, 25. Aprill
2002. Ich habe es so gelöst:
<?
php setlocale("LC_TIME", "de_DE.roman8");
print(strftime("%A, %d. %B %Y\n"));
?>

Gruess Lu

--
Lukas Blatter
Bahnhofstrasse 13 · CH-5610 Wohlen/AG · Phone +41 (0)79 569 25 90

PGP Key-ID: 0x8C01F49C (DH/DSS) · blatter+pgpkey_(at)_trash.net
blatter_(at)_trash.net · http://www.pyton.org · http://www.lmb.ch


php::bar PHP Wiki   -   Listenarchive