Class PHPExcel_Shared_Date
PHPExcel_Shared_Date
Package: PHPExcel\Shared
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/Date.php
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/Date.php
public static
boolean
|
|
public static
integer
|
|
public static
long
|
#
ExcelToPHP( long $dateValue = 0, boolean $adjustToTimezone = FALSE, string $timezone = NULL )
Convert a date from Excel to PHP |
public static
integer
|
|
public static
mixed
|
#
PHPToExcel( mixed $dateValue = 0, boolean $adjustToTimezone = FALSE, string $timezone = NULL )
Convert a date from PHP to Excel |
public static
long
|
#
FormattedPHPToExcel( long $year, long $month, long $day, long $hours = 0, long $minutes = 0, long $seconds = 0 )
FormattedPHPToExcel |
public static
boolean
|
|
public static
boolean
|
|
public static
boolean
|
|
public static
float|false
|
|
public static
|
|
public static
|
integer |
CALENDAR_WINDOWS_1900
constants |
#
1900
|
integer |
CALENDAR_MAC_1904
|
#
1904
|
public static
array
|
$_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',
)
|
public static
array
|
$_numberSuffixes
|
#
array( 'st',
'nd',
'rd',
'th',
)
|
protected static
integer
|
$_excelBaseDate
|
|
private static
string
|
$possibleDateFormatCharacters
|
#
'eymdHs'
|