I am trying to rewrite my PDF invoices in Magento. How can i display the created time without the date of a Order?
I am preparing the class insertOrder() in /app/code/local/Mage/Sales/Model/Order/Pdf/Abstract.php.
$page->drawText(Mage::helper('core')->formatDate($order->getCreatedAtStoreDate(), 'short', false), 100, 100, 'UTF-8');
shows only the time in combination with date.