<?php $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e'); echo "\n"; setlocale(LC_ALL, 'fr'); // or any locale with coma as decimal separator $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e');
You have javascript disabled. You will not be able to edit any code.