Bonsoir
J'ai ce code actuellement:
Code :
- <?
- setlocale(LC_TIME, "fr_FR" );
- <?=ucfirst(strftime("%A %d %B %Y",time()+$i*24*3600))?> ?>
|
Problème: j'ai un coup sur 3 les dates, mais en anglais. Il faut donc rafraichir la page pour les avoir en francais.
Comment je peut faire pour éviter ce bug ?
Merci