--- uc_order/templates/customer.itpl.php.orig   2009-11-12 13:49:34.000000000 -0600
+++ uc_order/templates/customer.itpl.php        2009-11-12 13:29:22.000000000 -0600
@@ -135,6 +135,15 @@
                       </td>
                     </tr>

+                    <tr>
+                      <td nowrap="nowrap">
+                        <b><?php echo t('Order Date: '); ?></b>
+                      </td>
+                      <td width="98%">
+                        [order-date-created]
+                      </td>
+                    </tr>
+
                     <?php if ($shipping_method && uc_order_is_shippable($order)) { ?>
                     <tr>
                       <td nowrap="nowrap">

