Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$delivery_date_all = mb_substr('Комментарий к заказу: ertyuiop
Дата доставки: 19.10.2022 10:30', -16);
echo date_format(date_create($delivery_date_all), 'Y-m-d H:i:s');