<?php $date = new \DateTime('2015-01-26 14:55:30'); var_dump(\DateTime::createFromFormat('c', $date->format('c')), DateTime::getLastErrors());
You have javascript disabled. You will not be able to edit any code.