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

57 lines
769 B
PHP
Raw Normal View History

<?php
return [
[
'12:00:00 am',
0,
],
[
'12:01:02 am',
0.00071759299999999999,
],
[
'12:03 pm',
0.50208333299999997,
],
[
'12:7:11 pm',
0.50498842600000005,
],
[
'4:13:39',
0.176145833,
],
[
'6:20:17 pm',
0.76408564800000001,
],
[
'18:33:27',
0.773229167,
],
[
'31/12/2007 03:27:15',
0.14392361100000001,
],
[
'9:44:55 pm',
0.90619212999999998,
],
[
12,
'#VALUE!',
],
[
'13:01',
0.54236111099999995,
],
[
'33:45',
0.40625,
],
[
'13:01PM',
'#VALUE!',
],
];