How to format date in magento using phpframe wrok?

<?php /* @noEscape */ $date = $block->formatDate($_order->getCreatedAt());

$newdate = new DateTime($date);

$strip = $newdate->format(‘d-m-Y’);

echo $strip; ?>

Published
Categorized as Magento

Leave a comment

Your email address will not be published. Required fields are marked *