Xoops Development::Xoops 2.5.8 and high
I believe that there will also be redone stamp constants in this way, or similar to this:
Whenever there is a xoops update, I have to re-send the custom global.php language
I believe that there will also be redone stamp constants in this way, or similar to this:
define("_DATESTRING_N","j/n/Y");
define("_DATESTRING_M","j/m/Y");
define("_DATETIMESTRING_N","j/n/Y G:i:s");
define("_DATETIMESTRING_M","j/m/Y G:i:s");
define("_MEDIUMDATETIMESTRING_N","j/n/Y G:i");
define("_MEDIUMDATETIMESTRING_M","j/m/Y G:i");
or
define("_DATESTRING","j/m/Y");
define("_SHORTDATESTRING","j/n/Y");
Whenever there is a xoops update, I have to re-send the custom global.php language