You are here

private static property PHPExcel_Style_NumberFormat::$_dateFormatReplacements24 in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/NumberFormat.php \PHPExcel_Style_NumberFormat::_dateFormatReplacements24

* Search/replace values to convert Excel date/time format masks hours to PHP format masks (24 hr clock) * *

Type: array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/NumberFormat.php, line 421

Class

PHPExcel_Style_NumberFormat
PHPExcel_Style_NumberFormat

Code

private static $_dateFormatReplacements24 = array(
  'hh' => 'H',
  'h' => 'G',
);