ID = $id; $election->ElectionsOpen = $open_date->format('Y-m-d'); $election->ElectionsClose = $end_date->format('Y-m-d'); return $election; } }