He probado a enviar por GET y me continua dando el mismo error
Código PHP:
<form action="modifica.php" method="GET">
Y recibirlo:
Código PHP:
$fecha_alta=($_GET['fecha_alta']);
Bueno eso en las tres fechas
Y el error sigue igual:
Warning: date_format() expects parameter 1 to be DateTime, boolean given in /srv/disk1/449478/www/trabajo.mywebcommunity.org/comite/registro/contratos/modifica.php on line 23
Warning: date_format() expects parameter 1 to be DateTime, boolean given in /srv/disk1/449478/www/trabajo.mywebcommunity.org/comite/registro/contratos/modifica.php on line 26
Warning: date_format() expects parameter 1 to be DateTime, boolean given in /srv/disk1/449478/www/trabajo.mywebcommunity.org/comite/registro/contratos/modifica.php on line 29
No doy con la solucion