PhpSpreadsheet/tests/data/Calculation/DateTime/ISOWEEKNUM.php

47 lines
634 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',
],
['52', null],
['53', '1904-01-01'],
['52', '1900-01-01'],
['1', '1900-01-07'],
['1', '1900-01-08'],
['2', '1900-01-09'],
['9', '1900-03-04'],
['10', '1900-03-05'],
['#NUM!', '-1'],
[39, '1000'],
];