Modification/Suppression de RDV terminée

This commit is contained in:
xdrm-brackets 2016-01-03 16:16:14 +01:00
parent 5ccc823c13
commit 94ea76f86e
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ $medecinOpt = (!is_numeric($medecinOpt)) ? null : $medecinOpt;
echo "<form action='managers/' method='POST'>";
echo "<input type='text' class='jour' name='jour' value='".date('d/m/Y', strtotime($RDV['DateRDV']))."'>";
echo "<input type='text' class='heure' name='heure' value='".date('H:i', strtotime($RDV['DateRDV']))."'>";
echo "<input type='text' class='duree' name='Duree' value='".date('i:s', strtotime($RDV['Duree']))."'>";
echo "<input type='text' class='duree' name='Duree' value='".date('H:i', strtotime($RDV['Duree']))."'>";
echo "<input type='text' readonly class='Medecin' value='Medecin: ".$RDV['M_Prenom']." ".$RDV['M_Nom']."'>";
echo "<input type='text' readonly class='Patient' value='Patient: ".$RDV['P_Prenom']." ".$RDV['P_Nom']."'>";