getTextRecords ; setlocale(LC_TIME, 'it_IT'); if ($input) { $o = strftime("%A %n %d %B %Y", mktime($input['data'])) ; } else { $o = strftime("%A %n %d %B %Y") ; } $u = utf8_encode ( $o ); echo ''.$u.'' ; } ?>