Period in Serendipity Date instead of comma

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Regular Joe

Period in Serendipity Date instead of comma

Post 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.
CapriSkye
Regular
Posts: 119
Joined: Sun Oct 31, 2004 4:42 am
Location: Taiwan
Contact:

Post by CapriSkye »

in your language file, change
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
to
@define('DATE_FORMAT_ENTRY', '%A, %B %e %Y');
Post Reply