Differences Between: [Versions 400 and 403] [Versions 401 and 403] [Versions 402 and 403]
(no description)
File Size: | 162 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DateValue:: (4 methods):
fromString()
t1ToString()
setUpArray()
finalResults()
fromString($dateValue) X-Ref |
DATEVALUE. Returns a value that represents a particular date. Use DATEVALUE to convert a date represented by a text string to an Excel or PHP date/time stamp value. NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the date format of your regional settings. PhpSpreadsheet does not change cell formatting in this way. Excel Function: DATEVALUE(dateValue) param: null|array|string $dateValue Text that represents a date in a Microsoft Excel date format. return: mixed Excel date/time serial value, PHP date/time serial value or PHP date/time object, |
t1ToString(array $t1, DateTimeImmutable $dti, bool $yearFound) X-Ref |
No description |
setUpArray(string $dateValue, DateTimeImmutable $dti) X-Ref |
Parse date. |
finalResults(array $PHPDateArray, DateTimeImmutable $dti, int $baseYear) X-Ref |
Final results. return: mixed Excel date/time serial value, PHP date/time serial value or PHP date/time object, |