Hiya,
Trying to output italian dates with date:
<?php
setlocale(LC_ALL, 'it_IT');
echo date("D d M Y", $row['eventtime']);
?>
But it's still coming out in English, any ideas of what else i can do or what's wrong? it has to be script specific and not server wide...
Thanks
Shadi