German timeoutput on freebsd and php
Volker Lieder
v.lieder at gmx.de
Fri Oct 15 01:51:27 PDT 2004
Hello,
i have a freebsd-Server version 4.9 with php 4.3.6 and apache 2.0.49.
Now i want to use a php-script which outputs the time in german view.
For this i use
<?
setlocale(LC_TIME, "de_DE");
print strftime("%A, %d, %B %Y | %Rh");
?>
But the output i get is "Friday, 15, October 2004 | 10:49"
Has anybody an idea where i have to put some information for the usage
of "de_DE"?
Volker
More information about the freebsd-questions
mailing list