<?php

$date = \DateTime::createFromFormat('d m Y', '19 05 2016');
echo($date->getTimestamp() . "\n");
echo($date->format('Y-m-d H:i:s'));
