* Thus wrote Steve Vernon ([EMAIL PROTECTED]):
> Hello,
> 
> When I use the gmdate function, I get the English date, e.g. October. Is it
> possible to get the date in German or another language? I really need the
> server setting up so that it can handle different languages.

What you want is:

  http://php.net/strftime
 
It uses your locale setting to display the proper language for days
of the week and months.

http://php.net/setlocale


Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
          http://zirzow.dyndns.org/html/mlists/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to