Re: [PHP-WIN] %V for strftime does not work under Windows NT

2001-03-29 Thread Herbert Groot Jebbink
Fernando Madruga wrote: >$curloc = setlocale( "LC_ALL", "" ); > echo "Current Locale = $curloc\n"; > ?> Current Locale = English_United States.1252 As fas as I can see it is the Windows implementation, it works on Linux, IRIX, AIX. hgj > > I believe it must be some implementation issu

RE: [PHP-WIN] %V for strftime does not work under Windows NT

2001-03-27 Thread Fernando Madruga
Try this to see what is your current locale: I believe it must be some implementation issue: I've tried all that and even tried an example from PHP's manual (under gmstrftime), where I added the %V: On my Windows 98 SE machine I get nothing with %V !! HTH, Madruga -Original Message---