2
See the FAQ "How do I change dates and time formats ?":
https://xoops.org/modules/smartfaq/faq.php?faqid=403There is a line in xoops/language/(english)/global.php saying:
define("_MONTHDAY", "n/j G:i:s");
I have changed it in mine to:
define("_MONTHDAY", "j/n/y G:i"); //YES I KNOW YEAR DEFEATS THE POINT
This is becuase I can never see any occasion when I would ever want to have this date format. *If* you see a potential use for it elsewhere then you'd have to find _MONTHDAY in the relevant part of the cbb module and replace it with _YEARMONTHDAY
EDIT: I see you're using Italian, in which case I suppose the file should be at xoops/language/italian/global.php