diego-mglab

Results 1 comments of diego-mglab

Hello, I have the same problem. This is the code I am trying to run: public function devuelveTiempoRestante(){ Carbon::setLocale('es'); $fecha_finaliza_todo = Carbon::parse($this->fechaentrega_tarea); $fecha_ahora = Carbon::parse(date('Y-m-d H:i:s')); $countdown = Countdown::from($fecha_ahora) ->to($fecha_finaliza_todo)...