You are here

private static property PHPExcel_Style_NumberFormat::$_dateFormatReplacements12 in Loft Data Grids 6.2

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

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

Type: array

File

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

Class

PHPExcel_Style_NumberFormat
PHPExcel_Style_NumberFormat

Code

private static $_dateFormatReplacements12 = array(
  'hh' => 'h',
  'h' => 'g',
);