4
I forgot to mention that I'd spotted that before and changed the values in there first. I changed it from :
define("_MD_TODAY", "Today G:i:s");
define("_MD_YESTERDAY", "Yes\te\rday G:i:s");
define("_MD_MONTHDAY", "n/j G:i:s");
define("_MD_YEARMONTHDAY", "Y/n/j G:i");
to
define("_MD_TODAY", "Today G:i:s");
define("_MD_YESTERDAY", "Yes\te\rday G:i:s");
define("_MD_MONTHDAY", "[b]j/n[/b] G:i:s");
define("_MD_YEARMONTHDAY", "[b]d/M/Y[/b] G:i");
but it made no difference. So I kept looking which is when I found the suggestion I started this thread with.
Most odd - it always amazes me how difficult adjustments like these are to make in Xoops. International Date & Time preferences are so varied you'd think there'd be a radio button or they'd work from the settings in System Preferences.
In fact, I just noticed that here at Xoops.org the Last Post date has been changed to something like what I want, allbeit in a different order. So clearly it can be done.