Ho risolto così, magari a qualcuno può essere utile
Codice PHP:
setlocale(LC_TIME, 'it_IT');
echo strftime ("%A, %d %B %Y", strtotime($array['date']));
Ho risolto così, magari a qualcuno può essere utile
Codice PHP:
setlocale(LC_TIME, 'it_IT');
echo strftime ("%A, %d %B %Y", strtotime($array['date']));