Get file date time stamp using PHP in MySQL format

<?php 
  echo date("Y-m-d H:i:s.", filemtime('path/file.ext'));
?>