Page 1 of 1

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

Posted: Thu Jul 06, 2006 5:55 am
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?

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

Posted: Thu Jul 06, 2006 11:21 am
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

Posted: Thu Jul 06, 2006 7:48 pm
by jwc
Thanks again Garvin :D