Month July 2015

[Solved] How to build this date and store it as a string?

Please see I’m not sure that I understood you in the correct way, but in case if .000 means milliseconds and -00:00 means difference to Greenwich time (GMT) in hours, than that’s an answer: $date = new \DateTime(‘now’); var_dump($date->format(“Y-m-d\Th:i:s.vP”));…