Post Reply 
Date display on HP35s
05-23-2017, 12:53 PM (This post was last modified: 05-23-2017 05:27 PM by Dieter.)
Post: #1
Date display on HP35s
I just want to share a way to display calendar dates on the 35s (and probably other calculators with fraction mode). While the classic method uses the well-known dd.mmyyyy or mm.ddyyyy notation, i.e. a number with six decimals that is supposed to be displayed in FIX 6 mode, here is another way using the fraction display:

Code:
D001 LBL D
D002 ENTER
D003 /c     ; set denominator
D004 /
D005 +
D006 STO D
D007 SF 8   ; set appropriate flags
D008 SF 9   ; for fixed denominator
D009 VIEW D

23 [ENTER] 5 [ENTER] 2017 [XEQ] [D]  =>  D= 23 5/2017

The idea is to display the value of (day + month/year) in fraction mode with a fixed denominator that equals the year.
This works for dd mm/yyyy as well as for mm dd/yyyy. Note that the max. year / denominator is 4095, and year > month.

Dieter
Find all posts by this user
Quote this message in a reply
05-23-2017, 03:44 PM
Post: #2
RE: Date display on HP35s
Brilliant stroke of genius! Thanks
Find all posts by this user
Quote this message in a reply
05-23-2017, 04:47 PM
Post: #3
RE: Date display on HP35s
Uh, really nice idea. This reminds me to return to another topic, like I promised. Smile
Find all posts by this user
Quote this message in a reply
05-23-2017, 05:56 PM
Post: #4
RE: Date display on HP35s
Just agree. A brilliant genius idea!

Bernhard

That's one small step for a man - one giant leap for mankind.
Find all posts by this user
Quote this message in a reply
05-23-2017, 11:17 PM
Post: #5
RE: Date display on HP35s
Dieter's great idea works on the HP 32SII, 33S, and 35s, all of which use flags 8 and 9 the same way to allow fixed denominators (without reducing them) up to 4095.

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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