We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25441
    • 60 Posts
    Dear all,

    please help me. I use MODx Revo and i got little problem with month name displaying.

    In Ditto i set date format like this: [[+createdon:strtotime:date=`%B`]]
    But it was display in English language and i want that it display in Russian.
    I’d try to add into english.inc.php ’setlocale(LC_TIME, "ru_RU.utf8");’
    but it’s without effect
      • 36442
      • 97 Posts
      С Рево лучше использовать getResources.
      Однако решение одинаковое в любом случае, поскольку используется фильтр date, который встроен в систему, а не в сниппет:
      найдите файл core/model/modx/filter/modoutputfilter.class.php и вставьте определение локали в него. Я вставлял сразу после строки
      case 'date':