$DBirth = $_REQUEST['DBirth'];
$Date = date('Y-m-d', strtotime($DBirth));


$employee = "INSERT INTO tablename VALUES('$Date');