| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/order/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/order/order_date.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<div class="order-date">
<?= $block->escapeHtml(
__(
'<span class="label">Order Date:</span> %1',
'<span>' . $block->formatDate($block->getOrder()->getCreatedAt(), \IntlDateFormatter::LONG) . '</span>'
),
['span']
)?>
</div>