Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 10:51:26 +0200
From:      Volker Lieder <v.lieder@gmx.de>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   German timeoutput on freebsd and php
Message-ID:  <416F8F8E.9080302@gmx.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?416F8F8E.9080302>