j'avais mon ancien codage qui marchait encore sous php8 :
Code : Tout sélectionner
setlocale(LC_TIME,"fr_FR");
$data = htmlentities(strftime("%d-%m-%Y"));
$req = mysqli_query($bdd, "UPDATE codecadeau SET statut = replace(statut, 'codecadeaurouge', 'codecadeauvert') WHERE datefin < '$data' ") or die ("Erreur : Probleme avec la base de données" );Code : Tout sélectionner
$data = new IntlDateFormatter('fr_FR', NULL, NULL, NULL, NULL, 'dd-MM-yyyy');
$data->format(new DateTime()); Code : Tout sélectionner
Error thrown
Object of class IntlDateFormatter could not be converted to string