par
FBAYART » 10 mai 2013, 15:27
désolé, je fais un blocage sur le sujet. je ne parviens pas à faire marcher le code.
Voici le code actuel :
<td><?php echo $row_trajets['h_lundi_aller']; ?></td>
<td><?php echo $row_trajets['h_lundi_retour']; ?></td>
<td><?php echo $row_trajets['h_mardi_aller']; ?></td>
<td><?php echo $row_trajets['h_mardi_retour']; ?></td>
<td><?php echo $row_trajets['h_mercredi_aller']; ?></td>
<td><?php echo $row_trajets['h_mercredi_retour']; ?></td>
<td><?php echo $row_trajets['h_jeudi_aller']; ?></td>
<td><?php echo $row_trajets['h_jeudi_retour']; ?></td>
<td><?php echo $row_trajets['h_vendredi_aller']; ?></td>
<td><?php echo $row_trajets['h_vendredi_retour']; ?></td>
<td><?php echo $row_trajets['h_samedi_aller']; ?></td>
<td><?php echo $row_trajets['h_samedi_retour']; ?></td>
<td><?php echo $row_trajets['h_dimanche_aller']; ?></td>
<td><?php echo $row_trajets['h_dimanche_retour']; ?></td>
Comment dois je faire pour que chaque donnée puisse s'afficher au format hh:mm et non pas hh:mm:ss.... Je ne veux plus voir apparaitre ces fichues secondes...
désolé, je fais un blocage sur le sujet. je ne parviens pas à faire marcher le code.
Voici le code actuel :
<td><?php echo $row_trajets['h_lundi_aller']; ?></td>
<td><?php echo $row_trajets['h_lundi_retour']; ?></td>
<td><?php echo $row_trajets['h_mardi_aller']; ?></td>
<td><?php echo $row_trajets['h_mardi_retour']; ?></td>
<td><?php echo $row_trajets['h_mercredi_aller']; ?></td>
<td><?php echo $row_trajets['h_mercredi_retour']; ?></td>
<td><?php echo $row_trajets['h_jeudi_aller']; ?></td>
<td><?php echo $row_trajets['h_jeudi_retour']; ?></td>
<td><?php echo $row_trajets['h_vendredi_aller']; ?></td>
<td><?php echo $row_trajets['h_vendredi_retour']; ?></td>
<td><?php echo $row_trajets['h_samedi_aller']; ?></td>
<td><?php echo $row_trajets['h_samedi_retour']; ?></td>
<td><?php echo $row_trajets['h_dimanche_aller']; ?></td>
<td><?php echo $row_trajets['h_dimanche_retour']; ?></td>
Comment dois je faire pour que chaque donnée puisse s'afficher au format hh:mm et non pas hh:mm:ss.... Je ne veux plus voir apparaitre ces fichues secondes...