Irgendwie ist PHP komisch. Folgendes Testscript gebastelt:

<?php
setlocale(LC_ALL, "de_AT.utf8");
echo "Heute ist ";
echo strftime("%A");
echo ".<br />";
$wochentag = date("l");
echo "Wochentag: $wochentag";
?>


Bringt mit strftime "Donnerstag", mit date Thursday.


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an