Page 1 of 1

Period in Serendipity Date instead of comma

Posted: Thu Dec 02, 2004 7:08 pm
by Regular Joe
Hey,

In the date that is displayed in each post ("serendipty_date") the date is formatted with a period after the day. See this example;

Tuesday, November 30. 2004

I would like to change it so that there is a comma after the day.

Any Suggestions?


THANX!


C.

Posted: Fri Dec 03, 2004 6:03 am
by CapriSkye
in your language file, change
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
to
@define('DATE_FORMAT_ENTRY', '%A, %B %e %Y');