Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/data/Calculation/DateTime/DATEVALUE.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@
],
// 01/01 of the current year
[
43831,
44197,
'1 Jan',
],
// 31/12 of the current year
[
44196,
44561,
'31/12',
],
// Excel reads as 1st December 1931, not 31st December in current year
Expand All @@ -176,12 +176,12 @@
],
// 05/07 of the current year
[
44017,
44382,
'5-JUL',
],
// 05/07 of the current year
[
44017,
44382,
'5 Jul',
],
[
Expand Down