Interpretation of dates by Excel and Dyalog
Posted: Fri Dec 02, 2011 5:59 pm
Hello,
Having noticed that Dyalog APL and Excel did not interpret in the same way dates
Dyalog :
+2 ⎕NQ '.' 263 40878
2011 12 2 4
Excel :
40878 -> 01/12/2011 (format Date DD/MM/YY)
I made a small search and I noticed the following difference
Dyalog :
+2 ⎕NQ '.' 263 59
1900 2 28 2
+2 ⎕NQ '.' 263 60
1900 3 1 3
Excel :
59 -> 28/02/00
60 -> 29/02/00
Who is right? Turn of the century, Dyalog would be right? But...
Thanks
Having noticed that Dyalog APL and Excel did not interpret in the same way dates
Dyalog :
+2 ⎕NQ '.' 263 40878
2011 12 2 4
Excel :
40878 -> 01/12/2011 (format Date DD/MM/YY)
I made a small search and I noticed the following difference
Dyalog :
+2 ⎕NQ '.' 263 59
1900 2 28 2
+2 ⎕NQ '.' 263 60
1900 3 1 3
Excel :
59 -> 28/02/00
60 -> 29/02/00
Who is right? Turn of the century, Dyalog would be right? But...
Thanks