View Single Post
  #2  
Old 06-12-2005, 07:53 PM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default

Forget it! Got it!

For those who want to change it:

in the config.php file

Quote:
if (empty($config["Appearance"]["date_format"]))
$config["Appearance"]["date_format"] = "%d-%m-%Y";

change that to

Quote:
if (empty($config["Appearance"]["date_format"]))
$config["Appearance"]["date_format"] = "%m-%d-%Y";
__________________
...
v 4.0.18; 4.1
Reply With Quote