See Release Notes
Long Term Support Release
Differences Between: [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 78 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
TimeValue:: (1 method):
fromString()
fromString($timeValue) X-Ref |
TIMEVALUE. Returns a value that represents a particular time. Use TIMEVALUE to convert a time 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 time format of your regional settings. PhpSpreadsheet does not change cell formatting in this way. Excel Function: TIMEVALUE(timeValue) param: array|string $timeValue A text string that represents a time in any one of the Microsoft return: mixed Excel date/time serial value, PHP date/time serial value or PHP date/time object, |