What do you have for the following in your italian.php file??
Date
Code:
* @version $Id: english.php 19690 2011-10-04 16:41:45Z drbyte $
Format
Code:
// look in your $PATH_LOCALE/locale directory for available locales..
@setlocale(LC_TIME, 'en_US');
define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');