<?php $contacts = [["createdAt"=>'2020-01-29T17:00:04.159+01:00']]; foreach ($contacts as &$contact) { $time = new DateTime($contact['createdAt']); $contact['createdAt'] = $time->format('Y-m-d'); } print_r($contacts);
You have javascript disabled. You will not be able to edit any code.