Project:
UbercartCategory:
taskPriority:
normalStatus:
activeIt seems that there is no order date on either the customer or admin order template. Seems like a reasonable thing to include? Thanks.
|
UbercartOne cart to rule them all... |
|
| Donate | Affiliates | Sponsors | ||
Order Date on Invoice templates
|
|
Re: Order Date on Invoice templates
I ran into this problem and jumped into the irc channel for ubercart and rszrama told me to use the following code below.
<?phpecho format_date($order->created, 'custom', 'm/d/Y');
?>
Thanks rszrama