Post Reply 
WP34s: date functions and negative years
01-21-2015, 07:26 PM (This post was last modified: 01-21-2015 07:31 PM by Dieter.)
Post: #16
RE: WP34s: date functions and negative years
(01-19-2015 05:08 PM)Marcus von Cube Wrote:  
(01-19-2015 07:00 AM)Paul Dale Wrote:  And it isn't heavily tested Sad

and built.

And flashed. ;-)
I just updated to v3.3 3734 (calc_ir_full.bin) and did some tests.
Here are the results, as usual in d.my mode:

Code:
-18.032002   DATE->    x:18  y:3  z:-2002    // year now is correctly negative

-18.032002   D->J      989904                // returns correct JDN now

 989904      J->D     -18.032002             // returns correct date
                       Monday                // but still wrong weekday !

-18.032002                                   // another attempt, using DAYS+,
 ENTER  0    DAYS+    -18.032002             // still shows the same error
                       Monday                // in the weekday display

-18.032002   WDAY      7                     // Sunday is correct
                       Sunday                // obviously the 34s knows better ;-)

So there still is a bug in the weekday displayed along with the results returned by J–>D and DAYS+. Possibly other date functions are affected as well. On the other hand, the dedicated WDAY function returns the correct result.

BTW J–>D still accepts negative input. I think this should get corrected as well.

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WP34s: date functions and negative years - Dieter - 01-21-2015 07:26 PM



User(s) browsing this thread: 1 Guest(s)