Author: danydb
Date: 2011-12-05 22:32:07 +0100 (Mon, 05 Dec 2011)
New Revision: 4561
Modified:
phpcompta/trunk/include/class_acc_ledger.php
Log:
smaller date in html
Modified: phpcompta/trunk/include/class_acc_ledger.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger.php 2011-12-05 21:31:52 UTC
(rev 4560)
+++ phpcompta/trunk/include/class_acc_ledger.php 2011-12-05 21:32:07 UTC
(rev 4561)
@@ -858,11 +858,11 @@
if ( $this->type=='') $r.=td($row['jrn_def_name']);
// date
$r.="<TD>";
- $r.=$row['str_jr_date'];
+ $r.=smaller_date($row['str_jr_date']);
$r.="</TD>";
// echeance
$r.="<TD>";
- $r.=$row['str_jr_ech'];
+ $r.=smaller_date($row['str_jr_ech']);
$r.="</TD>";
// pj
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev