Change date order from dd/mm/yyyy to mm/dd/yyyy?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jwc
Regular
Posts: 17
Joined: Mon Jun 26, 2006 5:03 am
Contact:

Change date order from dd/mm/yyyy to mm/dd/yyyy?

Post by jwc »

While I realize how useful the European date order of dd/mm/yyyy is for resolving number ambiguity :) , neverless I would like change S9Y to the impracticle mm/dd/yyyy of which I am very comfortable with. How can I do this?
John Canfield
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change date order from dd/mm/yyyy to mm/dd/yyyy?

Post by garvinhicking »

Hi!

You can edit your language file (lang/serendipity_lang_en.inc.php) and change the "DATE_FORMAT" there.

Or, if you're just curious about the frontend template look, you can edit your templates *.tpl files and replace "DATE_FORMAT" with the string of the date format you want to use.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jwc
Regular
Posts: 17
Joined: Mon Jun 26, 2006 5:03 am
Contact:

Post by jwc »

Thanks again Garvin :D
John Canfield
Post Reply