<?php $text = '/Date(1617667200000+0000)/'; preg_match('#\/Date\((\d{10})#', $text, $matches); $dt = new DateTime('@'.$matches[1]); echo $dt->format('Y-m-d H:i:s');
You have javascript disabled. You will not be able to edit any code.