Re: [PHP] locale

2002-11-13 Thread Marek Kilimajer
localedef should tell you Bc. Radek KrejĨa wrote: Hi, I have problem with locale on PHP, how a may instal it, I use OpenBSD. Thanks Radek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Locale Month Name

2001-09-07 Thread Papp Gyozo
LC_* are predefined constants, so: setlocale(LC_ALL, "LT"); - Original Message - From: Veniamin Goldin <[EMAIL PROTECTED]> To: php <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 11:37 AM Subject: [PHP] Locale Month Name > Hello ! > > Please help me, > > How to get Month name accor

RE: [PHP] Locale Month Name

2001-08-30 Thread Don Read
On 30-Aug-2001 Veniamin Goldin wrote: > Hello ! > > Please help me, > > How to get Month name according to server's locale setings ? > > I tryed to use: > > setlocale("LC_ALL", "LT"); > $month = strftime("%B", mktime(0,0,0,$m,1,$y)); > > But I get message: > > Warning: Passing locale cate