<?php /* @noEscape */ $date = $block->formatDate($_order->getCreatedAt());
$newdate = new DateTime($date);
$strip = $newdate->format(‘d-m-Y’);
echo $strip; ?>
<?php /* @noEscape */ $date = $block->formatDate($_order->getCreatedAt());
$newdate = new DateTime($date);
$strip = $newdate->format(‘d-m-Y’);
echo $strip; ?>