mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Fix date related unit tests for 2017
This commit is contained in:
@@ -162,12 +162,12 @@ return [
|
||||
// 01/01 of the current year
|
||||
[
|
||||
'1 Jan',
|
||||
42370,
|
||||
42736,
|
||||
],
|
||||
// 31/12 of the current year
|
||||
[
|
||||
'31/12',
|
||||
42735,
|
||||
43100,
|
||||
],
|
||||
// Excel reads as 1st December 1931, not 31st December in current year
|
||||
[
|
||||
@@ -177,12 +177,12 @@ return [
|
||||
// 05/07 of the current year
|
||||
[
|
||||
'5-JUL',
|
||||
42556,
|
||||
42921,
|
||||
],
|
||||
// 05/07 of the current year
|
||||
[
|
||||
'5 Jul',
|
||||
42556,
|
||||
42921,
|
||||
],
|
||||
[
|
||||
'12/2008',
|
||||
|
||||
Reference in New Issue
Block a user