Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Login    Share code      Blog   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear

Stuck with a problem? Got Error? Ask AI support!

Copy Clear
Copy Format Clear
<?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');
Copy Clear