Re: [PHP] German Date - GMDATE Function

2003-10-23 Thread Don Read
On 22-Oct-2003 Steve Vernon wrote: > 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. > $locale='de_CH.ISO_8859-1';

Re: [PHP] German Date - GMDATE Function

2003-10-22 Thread Curt Zirzow
* 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: h

[PHP] German Date - GMDATE Function

2003-10-22 Thread Steve Vernon
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. I suppose I could get the month as a number, and then convert the number, but t