Mi rispondo da solo
Come non riuscivo a risolvere il problema del mio ultimo post e non trovavo una risposta ho fatto una modifica di compromesso. Sono andato su Menu > Gestione Lingua e ho aperto Italian. Appare un bel editor che permette di modificare italian.php (tutto on line entrando come super amministratore). Ho modificato le linee seguenti:
PRIMA
/**
* Modify this line to reflect how you want the date to appear in your site
*
*e.g. DEFINE("_DATE_FORMAT_LC","%A %d %B %Y %H:%M"); //Uses PHP's strftime Command Format
*/
DEFINE('_DATE_FORMAT_LC',"%A %d %B %Y"); //Uses PHP's strftime Command Format
DEFINE('_DATE_FORMAT_LC2',"%A %d %B %Y %H:%M");
DOPO
/**
* Modify this line to reflect how you want the date to appear in your site
*
*e.g. DEFINE("_DATE_FORMAT_LC","%d %B %Y %H:%M"); //Uses PHP's strftime Command Format
*/
DEFINE('_DATE_FORMAT_LC',"%d %B %Y"); //Uses PHP's strftime Command Format
DEFINE('_DATE_FORMAT_LC2',"%d %B %Y %H:%M");
In pratica ho levato il nome del giorno ovvero invece di “lunedì 12 agosto 2005” si vede “12 agosto 2005”
Gabriel
Server:aruba
PHP v: 4.4.1
Web Server: Apache/2.0
Database: 4.1.15-standard-log