You are here

public function PHPExcel_DocumentProperties::getCreated in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::getCreated()

Get Created

Return value

datetime

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php, line 187

Class

PHPExcel_DocumentProperties
PHPExcel_DocumentProperties

Code

public function getCreated() {
  return $this->_created;
}