Order Date on Invoice templates

Project: 
Ubercart
Category: 
task
Priority: 
normal
Status: 
active

It seems that there is no order date on either the customer or admin order template. Seems like a reasonable thing to include? Thanks.

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.

<?php
echo format_date($order->created, 'custom', 'm/d/Y');
?>

Thanks rszrama