how to change format of the article date?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 17, 2014 10:33 am
Reply with quote
Report this post
Hi
how to change format of the article date? I wish that first would be number and then month.
Regards
User avatar
Senior Boarder

GK User
Thu Sep 18, 2014 9:01 am
Reply with quote
Report this post
Hello,

The date formats are specified in the overrided files on the html directory as:

Code: Select all
JText::_('F j, Y')


in your case you should change it to:

Code: Select all
JText::_('j F, Y')
User avatar
Administrator


cron