[divan] RSS, date en FR
This commit is contained in:
parent
a850c4a27b
commit
76a78d8e06
@ -154,6 +154,7 @@ if(is_array($array)) {
|
|||||||
|
|
||||||
$mp3_poids = filesize($array[$i]);
|
$mp3_poids = filesize($array[$i]);
|
||||||
$mp3_date = date('D, d M Y H:i:s', filectime($array[$i]));
|
$mp3_date = date('D, d M Y H:i:s', filectime($array[$i]));
|
||||||
|
setlocale(LC_TIME, "");
|
||||||
setlocale(LC_TIME, "fr_FR");
|
setlocale(LC_TIME, "fr_FR");
|
||||||
$mp3_date_fr = utf8_encode(strftime("%a %d %b", strtotime($mp3_date)));
|
$mp3_date_fr = utf8_encode(strftime("%a %d %b", strtotime($mp3_date)));
|
||||||
getid3_lib::CopyTagsToComments($tags);
|
getid3_lib::CopyTagsToComments($tags);
|
||||||
|
Loading…
Reference in New Issue
Block a user