informatique:langage:php:afficher-l-heure-en-francais

Afficher l'heure en français

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.

Code

  1. setlocale(LC_TIME, 'fr_FR');
  2. echo strftime('%A %d %B %Y, %H:%M');

Résultat

<PHP> setlocale(LC_TIME, 'fr_FR'); echo strftime('%A %d %B %Y, %H:%M'); </PHP>

  • informatique/langage/php/afficher-l-heure-en-francais.txt
  • Dernière modification : 2023/02/09 23:23
  • de Cédric ABONNEL