I have some code (it\'s part of a wordpress plugin) which takes a text string, and the format specifier given to date(), and attempts to parse it into an array containing ho
Try to set the locale to Russian as hinted in the manual:
Month and weekday names and other language dependent strings respect the current locale set with setlocale() (LC_TIME).
(LC_TIME