/global.php
the follow lines:
define("_DATESTRING","Y/n/j G:i:s");
define("_MEDIUMDATESTRING","Y/n/j G:i");
define("_SHORTDATESTRING","Y/n/j");
// !!IMPORTANT!! insert '' before any char among reserved chars: "a", "A","B","c","d","D","F","g","G","h","H","i","I","j","l","L","m","M","n","O","r","s","S","t","T","U","w","W","Y","y","z","Z"
// insert double '' before 't', 'r', 'n'
define("_TODAY", "Today G:i:s");
define("_YESTERDAY", "Yes\te\rday G:i:s");
define("_MONTHDAY", "n/j G:i:s");
define("_YEARMONTHDAY", "Y/n/j G:i");
Alfred