私は tt_news バージョン 3.4.0 を使用しており、ニュースの日付形式を次のように変更したいと考えています: 2013 年 9 月
誰でも私を助けることができますか?
私は tt_news バージョン 3.4.0 を使用しており、ニュースの日付形式を次のように変更したいと考えています: 2013 年 9 月
誰でも私を助けることができますか?
試す...
plugin.tt_news {
displayList.date_stdWrap.date = j F Y
displayLatest.date_stdWrap.date = j F Y
displaySingle.date_stdWrap.date = j F Y
}
...また...
plugin.tt_news {
displayList.date_stdWrap.strftime = %e %B %Y
displayLatest.date_stdWrap.strftime = %e %B %Y
displaySingle.date_stdWrap.strftime = %e %B %Y
}