|
Posted by Johan on 11/30/06 14:41
How can I avoid 'é' where é should be shown?
The problem exists when I do this date format:
setlocale(LC_ALL,'fr_FR.UTF-8');
list($year,$month,$day) = split('-',$datefield);
echo strftime("<td>%A</td><td>%e</td><td">%B</td>",
mktime(0,0,0,$month,$day,$year));
I also tried 'fr_FR.ISO8859-1'.
Navigation:
[Reply to this message]
|