PhpSpreadsheet/tests/data/Calculation/DateTime/DAY.php
Adrien Crivelli 8dddf56c2e
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
2017-01-23 15:01:20 +09:00

35 lines
351 B
PHP

<?php
// Date Value, Result
return [
[
19,
22269,
],
[
1,
30348,
],
[
10,
30843,
],
[
11,
'11-Nov-1918',
],
[
28,
'28-Feb-1904',
],
[
'#VALUE!',
'Invalid',
],
[
'#NUM!',
-1,
],
];