sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/DateTime/HOUR.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
546 B
PHP

<?php
return [
[
6,
0.25,
],
[
18,
0.75,
],
[
12,
0.5,
],
[
14,
0.59999999999999998,
],
[
11,
'11-Nov-1918 11:11',
],
[
23,
'11:59 PM',
],
[
23,
'23:59:59',
],
[
0,
3600,
],
[
'#NUM!',
-3600,
],
[
0,
7200,
],
[
0,
65535,
],
[
'#VALUE!',
'1 O\'Clock',
],
];