Formatting the creation date correctly

This commit is contained in:
rangi 2005-06-29 01:16:37 +00:00
parent 8371ad66f1
commit 70f8682559

View file

@ -109,7 +109,7 @@ $grand_total=$sub_total+$gist;
$grand_total_est = $sub_total_est+sprintf("%.2f",$sub_total_est*$prefgist);
$gist_est = sprintf("%.2f",$sub_total_est*$prefgist);
$template->param(basketno => $basketno,
creationdate => $basket->{creationdate},
creationdate => format_date($basket->{creationdate}),
authorisedby => $basket->{authorisedby},
authorisedbyname => $basket->{authorisedbyname},
closedate => format_date($basket->{closedate}),