-
☆ A M B ☆
- 276 Posts
Лог событий дата: 18-���-2008 01:32
не могу настроить что б правильно отображалась дата
-
☆ A M B ☆
- 276 Posts
Нашел что проблемма в том что дату выдает в Iso-8859-1 а как починить ?:(*
Yes. I have posts many message to resolve this problem in the french forums and english also, without result.
After many searchs on the web, I have found that is a limitation of the PHP function date() which is not affected by setloca()l
Moreover, strftime() is affected by this but it returns date only in ISO-8859-1. It is a very bad limitation. The solution is to use utf8_encode() to modify the charset of this date.