PHP DateTime Crear
$date = DateTime::createFromFormat('d-m-Y', '15-12-2020');
ReInstall
$date = DateTime::createFromFormat('d-m-Y', '15-12-2020');