I have an sql query in which I get dates ... I give this format but I get the error
----
Fatal error: Call to a member function format() on null in...
My code is:
$FechaInicio = $fila2[FechaInicio]->format('Y-m-d');
I have an sql query in which I get dates ... I give this format but I get the error
----
Fatal error: Call to a member function format() on null in...
My code is:
$FechaInicio = $fila2[FechaInicio]->format('Y-m-d');