You are here

public static property PHPExcel_Shared_Date::$_monthNames in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Date.php \PHPExcel_Shared_Date::_monthNames

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Date.php, line 50

Class

PHPExcel_Shared_Date
PHPExcel_Shared_Date

Code

public static $_monthNames = array(
  'Jan' => 'January',
  'Feb' => 'February',
  'Mar' => 'March',
  'Apr' => 'April',
  'May' => 'May',
  'Jun' => 'June',
  'Jul' => 'July',
  'Aug' => 'August',
  'Sep' => 'September',
  'Oct' => 'October',
  'Nov' => 'November',
  'Dec' => 'December',
);