Hi all
Im trying to get setlocale to work on my OSX box
<?php
print (strftime ("%A in Danish is "));
setlocale ("LC_ALL", "da");
print (strftime ("%A.\n"));
?>
this should give me "Friday in Danish is Fredag"
but no matter what I set the languagecode to it always returns "Friday"
Why?
regards
Kaj Schermer Didriksen
----------------------------------------------------------------------------
"New media applications"
macron ApS Telefon: 87959650
Virkevangen 11, Assentoft Fax: 87959670
8900 Randers Web: http://www.macron.dk
---------------------------------------------------------------------------
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]