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";
|