[TYPO3-german] Re: Hilfe zu Viewhelper

Wolfgang Ruthner wolfgang at ruthner.at
Thu Nov 17 16:29:51 CET 2016


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.




More information about the TYPO3-german mailing list