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

37 lines
399 B
PHP

<?php
return [
[
51,
'21-Dec-2000',
],
[
52,
'2000-01-01',
],
[
1,
'2000-01-03',
],
[
52,
'1995-01-01',
],
[
1,
'1995-01-07',
],
[
2,
'1995-01-10',
],
[
1,
'2018-01-01',
],
[
'#VALUE!',
'1800-01-01',
],
];