Hi, im having a little problem once more. On the invoice we have the order date. I want this to show the current date, that is the date when i print the invoice out as the order date is not important for me.
Is there any way to modify the order date code:
<td class="main"><?php echo zen_date_long(getdate($order->info['date_purchased'])); ?></td>
And get it to show the current date. Was thinking something like getdate but i dont know enough php to get it to work.
Have a great day
Gunnar




