Norm: Utilisation de la fonction dolibarr_print_date
This commit is contained in:
parent
0b590c2022
commit
c82b89d6f2
@ -91,7 +91,7 @@ if ($result)
|
|||||||
print "<td><a href=\"fiche.php?id=$objp->fichid\">".img_object($langs->trans("Show"),"task").' '.$objp->ref."</a></td>\n";
|
print "<td><a href=\"fiche.php?id=$objp->fichid\">".img_object($langs->trans("Show"),"task").' '.$objp->ref."</a></td>\n";
|
||||||
|
|
||||||
print '<td><a href="index.php?socid='.$objp->idp.'">'.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."</a></td>\n";
|
print '<td><a href="index.php?socid='.$objp->idp.'">'.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."</a></td>\n";
|
||||||
print "<td>".strftime("%d %B %Y",$objp->dp)."</TD>\n";
|
print "<td>".dolibarr_print_date($objp->dp)."</td>\n";
|
||||||
print '<td align="center">'.sprintf("%.1f",$objp->duree).'</td>';
|
print '<td align="center">'.sprintf("%.1f",$objp->duree).'</td>';
|
||||||
print '<td align="center">'.$objp->fk_statut.'</td>';
|
print '<td align="center">'.$objp->fk_statut.'</td>';
|
||||||
|
|
||||||
@ -110,5 +110,5 @@ else
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user