Loading module/Atelier/src/Entity/Db/Seance.php +2 −2 Original line number Diff line number Diff line Loading @@ -141,13 +141,13 @@ class Seance implements HistoriqueAwareInterface public function getDateTimeDebut() : ?DateTime { $date = DateTime::createFromFormat('d/m/Y H:m', $this->getJour()->format('d/m/Y') . ' '. $this->getDebut()); $date = DateTime::createFromFormat('d/m/Y H:i', $this->getJour()->format('d/m/Y') . ' '. $this->getDebut()); return $date; } public function getDateTimeFin() : ?DateTime { $date = DateTime::createFromFormat('d/m/Y H:m', $this->getJour()->format('d/m/Y') . ' '. $this->getFin()); $date = DateTime::createFromFormat('d/m/Y H:i', $this->getJour()->format('d/m/Y') . ' '. $this->getFin()); return $date; } Loading Loading
module/Atelier/src/Entity/Db/Seance.php +2 −2 Original line number Diff line number Diff line Loading @@ -141,13 +141,13 @@ class Seance implements HistoriqueAwareInterface public function getDateTimeDebut() : ?DateTime { $date = DateTime::createFromFormat('d/m/Y H:m', $this->getJour()->format('d/m/Y') . ' '. $this->getDebut()); $date = DateTime::createFromFormat('d/m/Y H:i', $this->getJour()->format('d/m/Y') . ' '. $this->getDebut()); return $date; } public function getDateTimeFin() : ?DateTime { $date = DateTime::createFromFormat('d/m/Y H:m', $this->getJour()->format('d/m/Y') . ' '. $this->getFin()); $date = DateTime::createFromFormat('d/m/Y H:i', $this->getJour()->format('d/m/Y') . ' '. $this->getFin()); return $date; } Loading