Answers for "php month to local language"

PHP
0

php month to local language

setlocale(LC_TIME, 'fr_FR');
$month_name = date('F', mktime(0, 0, 0, $i));
Posted by: Guest on March-17-2022

Browse Popular Code Answers by Language