parent
bae2348fc9
commit
36441da330
|
@ -161,12 +161,12 @@ return [
|
||||||
],
|
],
|
||||||
// 01/01 of the current year
|
// 01/01 of the current year
|
||||||
[
|
[
|
||||||
42736,
|
43101,
|
||||||
'1 Jan',
|
'1 Jan',
|
||||||
],
|
],
|
||||||
// 31/12 of the current year
|
// 31/12 of the current year
|
||||||
[
|
[
|
||||||
43100,
|
43465,
|
||||||
'31/12',
|
'31/12',
|
||||||
],
|
],
|
||||||
// Excel reads as 1st December 1931, not 31st December in current year
|
// Excel reads as 1st December 1931, not 31st December in current year
|
||||||
|
@ -176,12 +176,12 @@ return [
|
||||||
],
|
],
|
||||||
// 05/07 of the current year
|
// 05/07 of the current year
|
||||||
[
|
[
|
||||||
42921,
|
43286,
|
||||||
'5-JUL',
|
'5-JUL',
|
||||||
],
|
],
|
||||||
// 05/07 of the current year
|
// 05/07 of the current year
|
||||||
[
|
[
|
||||||
42921,
|
43286,
|
||||||
'5 Jul',
|
'5 Jul',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue