<?php

$timestamp = strtotime('17-04-2018' . ' ' .'16:12');
echo date('Y-m-d H:i:s', $timestamp);