CALENDAR_WINDOWS_1900
CALENDAR_WINDOWS_1900 = 1900
constants
PHPExcel_Shared_Date
ExcelToPHP(\long $dateValue, bool $adjustToTimezone = FALSE, string $timezone = NULL) : \long
Convert a date from Excel to PHP
\long | $dateValue | Excel date/time value |
bool | $adjustToTimezone | Flag indicating whether $dateValue should be treated as a UST timestamp, or adjusted to UST |
string | $timezone | The timezone for finding the adjustment from UST |
PHP serialized date/time
PHPToExcel(mixed $dateValue, bool $adjustToTimezone = FALSE, string $timezone = NULL) : mixed
Convert a date from PHP to Excel
mixed | $dateValue | PHP serialized date/time or date object |
bool | $adjustToTimezone | Flag indicating whether $dateValue should be treated as a UST timestamp, or adjusted to UST |
string | $timezone | The timezone for finding the adjustment from UST |
Excel date/time value or boolean FALSE on failure