Display order date in different format

Edit top.phtml or top-alt.phtml

replace

<?php echo $this->getPdfHelper()->getOrder()->getCreatedAtStoreDate(); ?>

with

<?php echo date('d M Y h:i a', strtotime($this->getPdfHelper()->getOrder()->getCreatedAtStoreDate())); ?>

Still need help? Contact Us Contact Us