Parsing localized date strings in PHP

后端 未结 3 1917
灰色年华
灰色年华 2020-12-11 05:53

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

3条回答
  •  不思量自难忘°
    2020-12-11 06:38

    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).

提交回复
热议问题