bonjour,
voila dans ma base de données j'ai un champs au format date le problème vient du fait que dans ma page la date ne s'affiche pas au format francais comment dois je faire pour ça?
merci
<?php $sqldate = "SELECT DATE_FORMAT(date_demande,'%d/%m/%Y') FROM intervention";
$sql_date = mysql_query($sqldate) or die('Erreur : ' . mysql_error());
?>
<td width="120" align="center"><span class="intitule_lig"><?php echo $Tab["date_demande"]; ?></span></td>
<td width="100" align="center"><span class="intitule_lig"><?php echo $Tab["heure_demande"]; ?></span></td>
<td width="235" align="center"><span class="intitule_lig"><?php echo $Tab["nom_user"]; ?> <?php echo $Tab["prenom_user"]; ?></span></td>
<td width="170" align="center"><span class="intitule_lig"><?php echo $Tab["nom_tech"]; ?> <?php echo $Tab["prenom_tech"]; ?></span></td>
<td width="140" align="center"><span class="intitule_lig"><?php echo $Tab["nom_urg"]; ?></span></td>