Skip to content

Commit

Permalink
Update Renderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Nov 11, 2016
1 parent ce1dc5d commit 9134f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZfcDatagrid/Renderer/PHPExcel/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function execute()
$outputPattern = \PHPExcel_Style_NumberFormat::FORMAT_DATE_DATETIME;
}

$cell->$cell->getStyle()
$cell->getStyle()
->getNumberFormat()
->setFormatCode($outputPattern);
break;
Expand Down

0 comments on commit 9134f45

Please sign in to comment.