2
Quote:
redheadedrod wrote:
/language/english/locale.php
Same folder..... global.php, lines 174 - 176:
define("_DATESTRING","d/m/Y H:i:s");
define("_MEDIUMDATESTRING","d/m/Y H:i");
define("_SHORTDATESTRING","d/m/Y");
global.php should alter system-wide formatting so go for this one first.
locale.php affects certain specific modules, e.g. cbb, and seems to be legacy file from frameworks when the 2.3.x branch was released.
Certain modules also allow you to set specific formats from within the modules preferences if you want something specifi for them. News and ExtCal spring to minf from my set-up.
HTH