sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/DateTime/MONTH.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

53 lines
533 B
PHP

<?php
return [
[
1,
null,
],
[
1,
0,
],
[
12,
22269.0,
],
[
2,
30348.0,
],
[
6,
30843.0,
],
[
11,
'11-Nov-1918',
],
[
2,
'28-Feb-1904',
],
[
7,
'01 Jul 2003',
],
[
4,
38094,
],
[
12,
'Dec 2003',
],
[
'#NUM!',
-10,
],
[
'#VALUE!',
'ABCD',
],
];