Код: Выделить всё
setlocale( LC_ALL,'ar' );
echo strftime( '%e %b, %Y', strtotime( '2011-10-25' ));
Код: Выделить всё
25 Sep, 2011
Подробнее здесь: https://stackoverflow.com/questions/816 ... -in-arabic
Код: Выделить всё
setlocale( LC_ALL,'ar' );
echo strftime( '%e %b, %Y', strtotime( '2011-10-25' ));
Код: Выделить всё
25 Sep, 2011