====== Afficher l'heure en français ====== {{ :informatique:langage:php:php-lc_time-setlocale-strftime.png?nolink&75x75|PHP > Afficher l'heure en français}} Cette fonction est OBSOLÈTE à partir de PHP 8.1.0. Il est fortement recommandé de les éviter. setlocale(LC_TIME, 'fr_FR'); echo strftime('%A %d %B %Y, %H:%M'); setlocale(LC_TIME, 'fr_FR'); echo strftime('%A %d %B %Y, %H:%M');