I use tt_news version 3.4.0 and I'd like to change the Dateformat of the News in for example: September 2013
Can anybody help me ?
Try...
plugin.tt_news {
displayList.date_stdWrap.date = j F Y
displayLatest.date_stdWrap.date = j F Y
displaySingle.date_stdWrap.date = j F Y
}
...or...
plugin.tt_news {
displayList.date_stdWrap.strftime = %e %B %Y
displayLatest.date_stdWrap.strftime = %e %B %Y
displaySingle.date_stdWrap.strftime = %e %B %Y
}